Commit Graph
100 Commits
Author SHA1 Message Date
dudaodong f709dd53ce docs: update doc for random package 2022-11-08 14:48:02 +08:00
dudaodong ee9e9625e2 docs: add doc for UnionBy and KeyBy 2022-11-08 14:21:17 +08:00
dudaodong bf332b9f1c release v2.1.8 2022-10-21 16:22:52 +08:00
dudaodong 6b6cd66f9f Merge branch 'main' into v2 2022-10-19 17:31:51 +08:00
dudaodong 6248293c49 doc: add docment for Replace and ReplaceAll 2022-10-17 10:40:35 +08:00
dudaodong eced25b76d test: add unit test for Replace and ReplaceAll 2022-10-17 10:26:54 +08:00
dudaodong 1ccf0af2b3 doc: update document for datetime package 2022-10-14 10:20:38 +08:00
dudaodong 6314889c6a release v2.1.7 2022-10-14 10:08:43 +08:00
dudaodong 294bd5a5ed doc: update document for hashmap 2022-10-11 15:41:09 +08:00
dudaodong ca44815fd5 Merge branch 'main' into v2 2022-10-11 15:02:28 +08:00
dudaodong bcd1cabf80 feat: add Keys and Values function for hashmap 2022-10-10 16:34:05 +08:00
dudaodong fab24c8d12 feat: add Iterate for hashmap datastructure 2022-10-10 15:25:30 +08:00
dudaodong 531cb19fd1 release v2.1.6 2022-08-31 17:07:32 +08:00
dudaodong 4f0161ca53 doc: add source code link for http_client 2022-08-31 15:56:41 +08:00
dudaodong 73362b7f69 doc: update readme file 2022-08-31 11:40:24 +08:00
dudaodong b289f2975b doc: add document for functions in netutil/http_client.go 2022-08-31 11:20:22 +08:00
dudaodong 90ce2705ca test: add unit test for http client 2022-08-30 17:33:58 +08:00
dudaodong 35e1d09ce3 feat: add http client for sending http request 2022-08-30 17:22:17 +08:00
dudaodong d67d8fad3a doc: fix missing word in file condition.md 2022-08-29 14:02:30 +08:00
dudaodong c5e6d01a31 update readme file: add new package and function 2022-08-29 11:50:37 +08:00
dudaodong 6d6c3f692f refactor: change TernaryOperator signature 2022-08-29 11:27:51 +08:00
dudaodong c695837b16 doc: add document for package condition 2022-08-29 11:23:02 +08:00
dudaodong 9239bcfdc3 doc: fmt code example 2022-08-26 16:34:20 +08:00
dudaodong c984815dea doc: fmt code example 2022-08-26 16:29:55 +08:00
dudaodong 301cb5db87 doc: add hashmap 2022-08-26 16:26:16 +08:00
dudaodong cc1bacff74 doc: add document for EncodeByte and DecodeByte 2022-08-26 10:54:51 +08:00
dudaodong f49f75b371 test: add unit test for EncodeByte and DecodeByte 2022-08-26 10:47:25 +08:00
dudaodong b30f4a7bab feat: add DecodeByte 2022-08-26 10:35:54 +08:00
dudaodong 982cb8932b feat: add EncodeByte 2022-08-26 10:34:42 +08:00
dudaodong 9107eb4b32 fix: fix resize bug in HashMap 2022-08-25 14:04:26 +08:00
dudaodong 1acf977b24 release v2.1.5 2022-08-25 11:11:36 +08:00
dudaodong 5c878d0873 doc: change ReverseStr to Reverse in all docment 2022-08-24 10:37:56 +08:00
dudaodong ab0716a472 refactor: change ReverseStr to Reverse in strutil package 2022-08-24 10:35:18 +08:00
dudaodong 3c2e0ca5b3 doc: add document for hashmap 2022-08-24 10:28:57 +08:00
dudaodong 551e66ba29 refactor: update HashMap Put method 2022-08-24 10:20:02 +08:00
dudaodong 4eeeabb227 feat: add Delete method for hashmap 2022-08-23 15:07:54 +08:00
dudaodong b3437fdddf feat: add Delete method for hashmap 2022-08-23 15:07:13 +08:00
dudaodong 312dcab369 feat: add Delete method for hashmap 2022-08-23 15:05:32 +08:00
dudaodong 0cb89f4f46 test: add unit test for HashMap 2022-08-23 14:15:51 +08:00
dudaodong a2dec87995 feat: add Put method for hashmap 2022-08-23 14:11:14 +08:00
dudaodong 9094cb29bf feat: add new HashMap data structure 2022-08-22 15:21:30 +08:00
dudaodong ddb992ad2f refactor: BuildMaxHeap 2022-08-22 11:10:17 +08:00
dudaodong 24f18aaaec refactor: change function sign for QuickSort 2022-08-22 11:02:25 +08:00
dudaodong 36169874e5 refactor: change sort file name 2022-08-22 10:58:47 +08:00
dudaodong 23aeb6ac99 refactor: change sort file name 2022-08-22 10:57:04 +08:00
dudaodong a1984f0a59 feat: add BuildMaxHeap 2022-08-22 10:51:37 +08:00
dudaodong c6a7371049 change lastest v1 version 2022-08-03 10:02:46 +08:00
dudaodong b697858038 release v2.1.4 2022-08-03 09:56:02 +08:00
dudaodong 5446f7e33c doc: add document for list methods 2022-07-28 12:56:11 +08:00
dudaodong 553f63e76b refactor: update param name in AppendIfAbsent 2022-07-27 15:45:34 +08:00
dudaodong fc3e94df58 doc: add document for AppendIfAbsent function 2022-07-27 15:44:54 +08:00
dudaodong 5c66f38a5b test: fix test function name TestAppendIfAbsent 2022-07-27 15:38:51 +08:00
dudaodong 741af66404 test: add todo fix for TestSchedule 2022-07-22 10:30:44 +08:00
dudaodong ef5d0379a1 doc: fix missing word 2022-07-22 10:24:34 +08:00
dudaodong 105ab49763 refactor: change slice Contain logic, convert to map first, then check existence 2022-07-22 10:22:34 +08:00
dudaodong b5ba9ba573 fix: fix TestMapToSlice function result independent of order of elements 2022-07-22 10:17:23 +08:00
dudaodong 9bd1c205fe release: update readme file and release v2.1.3 2022-07-21 11:16:19 +08:00
dudaodong 6ccf9fd3cf doc: add document for GetOsBits function 2022-07-21 11:05:17 +08:00
dudaodong c02ef2c62d doc: format code in markdown file 2022-07-20 19:42:17 +08:00
dudaodong 6414031754 doc: fix mistaken link to map source file 2022-07-20 19:38:14 +08:00
dudaodong 5336130570 doc: add funcation IsDisjoint 2022-07-20 19:33:37 +08:00
dudaodong bfa46d46a2 doc: format code in markdown file 2022-07-20 19:33:02 +08:00
dudaodong aab28b914c Merge branch 'main' into v2 2022-07-20 17:48:26 +08:00
dudaodong 2fd23f02f6 doc: format code in markdown file 2022-07-20 15:44:33 +08:00
dudaodong aad5b447c9 doc: format code in markdown file 2022-07-20 15:13:44 +08:00
dudaodong cece13e929 fix: fix aes/des cbc crypto iv bug 2022-07-20 11:42:52 +08:00
dudaodong 44370aef5e refactor: change variable name to 2022-07-18 15:52:51 +08:00
dudaodong 1782b11ec4 refactor: refact Intersection function 2022-07-18 15:33:45 +08:00
dudaodong fe6495123c doc: add document for EncodeUrl function 2022-07-18 11:31:12 +08:00
dudaodong 506a8b4776 feat: add EncodeUrl function 2022-07-15 16:29:41 +08:00
dudaodong 47ecfbfd5f docs: add doc for Flatten function 2022-07-14 17:25:47 +08:00
dudaodong 82f7401368 feat: add Flatten function 2022-07-14 11:53:16 +08:00
dudaodong 068c878d1e release v2.1.2 2022-07-13 10:40:03 +08:00
dudaodong 47b2402345 docs: update readme file add new functions 2022-07-13 10:32:03 +08:00
dudaodong a245716f99 docs: add doc for new function: ToChannel ToMap MapToSlice 2022-07-13 10:26:49 +08:00
dudaodong 71c85bb8f0 docs: add doc for functions GetRequestPublicIp and IsInternalIP 2022-07-13 10:09:23 +08:00
dudaodong 5edafec393 Merge branch 'main' into v2 2022-07-13 09:55:04 +08:00
dudaodong 12e979cf3c feat: add ToMapToSlice function 2022-07-11 11:28:46 +08:00
dudaodong ded42f8ff5 feat: add ToChannel function 2022-07-11 11:11:16 +08:00
dudaodong d06cde3fcf feat: add ToMap function 2022-07-11 10:27:38 +08:00
dudaodong 9cd8bfb8e0 docs: compress log png 2022-07-08 10:52:53 +08:00
dudaodong 51c9877224 docs: update change param type to for some slice functions 2022-07-07 17:47:02 +08:00
dudaodong f7f6427919 merge main branch 2022-07-07 16:35:46 +08:00
dudaodong cce56f0479 docs: update query string type in http request 2022-07-07 11:21:16 +08:00
dudaodong 3dbd7d8980 fix: sending post request with header multipart/form-data support query string type is map[string]string 2022-07-07 10:23:15 +08:00
dudaodong 3625921912 fix: fix missused function ToSlice -> ToSlicePointer 2022-07-06 11:31:11 +08:00
dudaodong 1faaf54986 release v2.1.1 2022-07-06 11:25:02 +08:00
dudaodong efe1fba267 docs: add doc for heap datastructure 2022-07-06 11:22:00 +08:00
dudaodong 0c43cb3f68 docs: update convertor package doc 2022-07-06 11:17:45 +08:00
dudaodong c25111e349 docs: add doc for ToSlice and ToSlicePointer function 2022-07-06 11:15:51 +08:00
dudaodong a61ab5716e docs: add doc for ToPointer function 2022-07-06 11:04:30 +08:00
dudaodong 628404dc7f fix: fix lint error 2022-07-06 10:57:45 +08:00
dudaodong fc0e104591 Merge branch 'main' into v2 2022-06-30 14:12:54 +08:00
dudaodong e83e9a1651 docs: add doc for MaxHeap 2022-06-29 16:43:56 +08:00
dudaodong 3d2e6295c4 docs: add doc for MaxHeap 2022-06-29 15:40:14 +08:00
dudaodong 221fe44e63 docs: add doc for MaxHeap 2022-06-29 15:37:42 +08:00
dudaodong 7930f517ae feat: add MaxHeap func PrintStructure 2022-06-29 11:08:07 +08:00
dudaodong 0f61321d5b test: add unit test for MaxHeap 2022-06-27 17:55:35 +08:00
dudaodong 7ddeeb51e5 feat: add MaxHeap 2022-06-27 17:01:17 +08:00
dudaodong 484d2845b3 feat: add MaxHeap 2022-06-27 16:27:34 +08:00