Activity for *niX Power Tools

  • Tong Sun Tong Sun posted a comment on discussion Document Discussion

    😄😄👍🙏

  • Matheus Garcia Matheus Garcia posted a comment on discussion Document Discussion

    echo "`echo "\"\`"echo "\"\\\"\\\`\""echo "\"\\\"\\\\\\\"\\\\\\\`\\\"\""echo "\"\\\"\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\`\\\\\\\"\\\"\""echo "\"\\\"\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\`\\\\\\\\\\\\\\\"\\\\\\\"\\\"\""pwd"\"\\\"\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\`\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\`\\\\\\\\\\\\\\\"\\\\\\\"\\\\\\\`\\\\\\\"\\\"\\\`\\\"\"\`\""`" This works too.

  • Matheus Garcia Matheus Garcia posted a comment on discussion Document Discussion

    https://xpt.sourceforge.net/techdocs/nix/shell/gsh09-SyntaxAndUsages/ar01s11.html echo "You have `expr "\`"frm | wc -l"\`" - 1` messages." For multiple nesting: echo "`echo "\"'`echo "\"'\''`echo "\"'\'\\\'\''`echo "\"'\'\\\'\\\\\\\'\\\'\''`echo "\`"pwd"\`"`'\'\\\'\\\\\\\'\\\'\''\""`'\'\\\'\''\""`'\''\""`'\""`" The syntax is horrible, but does work.

  • Fabio Loli Fabio Loli posted a comment on discussion Open Discussion

    Thank you for the fast reply, I had searched a bit before but haven't found a clear answer, haven't found it in Debian https://repology.org/project/bin2iso/versions https://slackbuilds.org/slackbuilds/15.0/system/bin2iso/readme.txt some rpm spec indicate 'distributable', ALT Linux in the past indicated "Distributable (Unknown)" and now Unlicense Seems exist another program made by DeXT which is GPL'ed https://github.com/OpenMandrivaAssociation/bin2iso/blob/4.0/bin2iso.spec https://mange.dynalias.org/linux/bin2iso/bin2iso.c...

  • Tong Sun Tong Sun posted a comment on discussion Open Discussion

    Donno. I'm afraid that you have to chase him down for such specific question, or open up the rpm package from the links to check. I don't know rpm but Debian package would make it clear what kind of license the author use.

  • Fabio Loli Fabio Loli posted a comment on discussion Open Discussion

    Hi, The bin2iso program page (https://xpt.sourceforge.net/techdocs/media/video/dvdvcd/dv09-NonIsoCDFormats/ar01s10.html) redirect here (https://sourceforge.net/forum/forum.php?forum_id=619514) for discussion, anyone know Bob Doiron and on which license he made the program available?

  • Tong Sun committed [11e42e]

    - [*] update README.md

  • Tong Sun committed [0dc864]

    - [+] add net/PocketWeb project

  • Tong Sun committed [018b1f]

    - [*] update sys/FilepathDir.go, misc

  • Tong Sun committed [bcb047]

    - [-] delete sys/CLI/032-jsoncfg binary

  • Tong Sun committed [c238ea]

    - [+] add example of define without declare (type)

  • Tong Sun committed [9d16a1]

    - [+] add slice of sub-type

  • Tong Sun committed [b7b2d1]

    - [+] add MarshalIndent() demo

  • Tong Sun committed [705ab4]

    - [+] add json.Unmarshal.unstructured demo

  • Tong Sun committed [de2958]

    - [+] demo the cli new parser:"jsoncfg" option

  • Tong Sun committed [ae1899]

    - [+] add dup 1st argument as 2nd demo

  • Tong Sun committed [70c888]

    - [!] make CRLF.go work again

  • Tong Sun committed [268317]

    - [!] RemoveChild() now works

  • Tong Sun committed [ef3680]

    - [+] add DemoRemoveChild() to et_example.go, NOK

  • Tong Sun committed [6b2c36]

    - [*] upgrade to Release v1.1.0

  • Tong Sun committed [a1c854]

    - [!] replace mkideal/cli with the enhanced version

  • Tong Sun committed [976a08]

    - [+] add 027-self-config and .json

  • GitHub committed [752d28]

    Update struct-literals.go

  • GitHub committed [31ba68]

    Update Regexp.go

  • GitHub committed [7281a1]

    Update Regexp.go

  • GitHub committed [19def0]

    Create BinaryString.go

  • Tong Sun committed [5f191c]

    - [+] add DumpByFn() to et_example.go

  • Tong Sun committed [c415ef]

    - [+] add et_select.go

  • Tong Sun committed [637862]

    - [*] move self from root to sub, not working yet

  • Tong Sun committed [d62fd4]

    - [+] add 027-sub-option from 027-global-option, the redo version

  • Tong Sun committed [c81306]

    - [+] add variadic-functions.go

  • Tong Sun committed [975cd1]

    - [!] fix loosing color when redirecting stdout, https://github.com/labstack/gommon/issues/15

  • Tong Sun committed [0862e2]

    - [+] add exception for xmlParser01b.go

  • Tong Sun committed [b29400]

    - [*] add misc go file/fix

  • Tong Sun committed [b60a90]

    Merge branch 'master' of github.com:suntong/lang

  • Tong Sun committed [78ffd5]

    - [+] add Java demo codes

  • Tong Sun committed [394586]

    - [*] add to UrlEncodeDecode.go, URL encoding and decoding demo

  • Tong Sun committed [8a259b]

    - [+] add UrlEncodeDecode.go, URL encoding and decoding demo

  • Tong Sun committed [e7dd95]

    - [*] amend Slice-00Def.go

  • Tong Sun committed [e275d6]

    - [+] add Slice-00Def.go

  • Tong Sun committed [ed8994]

    - [+] MapInit.go add run time init

  • Tong Sun committed [5b98c1]

    - [+] add more xml demos

  • Tong Sun committed [280d00]

    - [+] add Truck to StructAnonymousFieldDef1.go

  • Tong Sun committed [91b04e]

    - [+] add StructAnonymousFieldDef1.go

  • Tong Sun committed [36d197]

    - [+] add MixedType.go

  • Tong Sun committed [9827ab]

    - [+] add htmlParserTokens2.go, still broken

  • Tong Sun committed [0359ff]

    - [+] add Defer2.go, defer and error recovering demo

  • Tong Sun committed [a59338]

    - [+] add htmlParserTokens.go

  • Tong Sun committed [6a9fba]

    - [*] rename parser0*.go -> xmlParser0*.go

  • Tong Sun committed [365246]

    - [+] add xmlParser02F go & xml

  • Tong Sun committed [73df45]

    - [*] rename htmlParser.go -> htmlParserNode.go

  • Tong Sun committed [068583]

    - [+] htmlParser.go add Comment parsing

  • Tong Sun committed [0e8798]

    - [+] add htmlParser.go

  • Tong Sun committed [44a434]

    - [+] add more to Color.go

  • Tong Sun committed [23b8fc]

    - [+] Color.go

  • Tong Sun committed [2fefe3]

    - [+] add CLI/.gitignore

  • Tong Sun committed [05b135]

    Merge branch 'master' of github.com:suntong/lang

  • Tong Sun committed [e262a9]

    - [+] add DNS-miekg.go

  • Tong Sun committed [c32afd]

    - [+] add enmime example-ReadEnvelope

  • Tong Sun committed [136d43]

    - [+] add DNS-Lookup.go

  • Tong Sun committed [1894c6]

    - [+] add Template-Range1_index.go, Go template range index demo

  • Tong Sun committed [5708b3]

    - [+] add Template-Range1.go, Go template "range" demo

  • Tong Sun committed [3d5942]

    - [*] update FilepathAbsRel.go with more demo

  • Tong Sun committed [918615]

    - [+] add unicode.Han range demo

  • Tong Sun committed [da8b3a]

    - [+] add unicode demos

  • Tong Sun committed [992b1e]

    - [+] add plugin demo

  • Tong Sun committed [ef80a0]

    - [*] update CamelCaseSplit.go to include Michael Jones example

  • Tong Sun committed [253862]

    - [*] 027-global-option uses 027-global-option.json

  • Tong Sun committed [8f4ace]

    - [+] add CamelCaseSplit.go

  • Tong Sun committed [08f8d0]

    - [+] add MapSort.go

  • Tong Sun committed [7366d3]

    - [+] add FileExist.go

  • Tong Sun committed [ca9060]

    - [+] add Decorator.go demo

  • Tong Sun committed [fc48b8]

    - [+] add strings.Map.go

  • Tong Sun committed [db53bd]

    - [*] ExecRedirect add redirect12() example, redirect stderr

  • Tong Sun committed [76d864]

    - [+] add 2 Template demos; ren Map.go

  • Tong Sun committed [8f756b]

    - [+] add ExampleMaps3() to structs_example.go

  • Tong Sun committed [fd29ff]

    - [+] add MapInit.go

  • Tong Sun committed [820cf6]

    - [+] add ExampleMaps2() to structs_example.go, not working

  • Tong Sun committed [16230b]

    - [+] add structs_example.go, not working

  • Tong Sun committed [1d5f3c]

    - [*] make structs_example.go works

  • Tong Sun committed [19be6c]

    - [+] add MapToArray.go demo

  • Tong Sun committed [4bce33]

    - [+] add absolute & relative path demo

  • Tong Sun committed [f4b715]

    - [+] add Go number parsing demo

  • Tong Sun committed [066b23]

    - [+] add Go read stdin line by line demo

  • Tong Sun committed [c2afc1]

    - [*] update Example11B.go

  • Tong Sun committed [a1c276]

    - [+] add FileTemp.go

  • Tong Sun committed [c374c8]

    - [+] add true Summary section to Regexp.go

  • Tong Sun committed [71eb23]

    - [+] add 028-reader-Net.go, read from url demo

  • Tong Sun committed [4ae225]

    - [+] add test_duration()

  • Tong Sun committed [899713]

    - [+] add builtin.go

  • Tong Sun committed [a8b42b]

    - [+] Example11B.go output all 4 fields

  • Tong Sun committed [848918]

    - [+] add README.md

  • Tong Sun committed [56594c]

    - [+] add Example11B.go & README.e.md

  • Tong Sun committed [65aba2]

    - [+] add Basename() to FilepathDir.go

  • Tong Sun committed [74a351]

    - [+] add json.sort.go, Sorting json fields recursive

  • Tong Sun committed [772a52]

    - [+] add output sub-names to Template-ParseFiles demo

  • Tong Sun committed [3fef96]

    - [+] add Template-ParseFiles demo

  • Tong Sun committed [8f034a]

    - [+] add a generic animal that takes everthing default to Polymorphism-ByInterface.go

  • Tong Sun committed [07ebec]

    - [+] add Polymorphism-ByInterface.go

  • Tong Sun committed [1e8fd3]

    - [+] FileWalkByTime.go show time as well

1 >