Skip to content

while (true) { }

notes from a developer, tutorials, how-to, ideas

Tag: shell

Posted on 16 December 201125 May 2018

[SHELL] Count lines of code in all files recursively

Here a unix command line script to count code lines for your project (or something else!).

Continue reading “[SHELL] Count lines of code in all files recursively”

Posted on 30 September 201025 May 2018

[Shell] Linux date, get X days ago

I forget often these strings….

Continue reading “[Shell] Linux date, get X days ago”

Posted on 21 July 201025 May 2018

[Win] Convert .rm + .camv +.smil in AVI mpeg4

Well,

a usefully thing (for me) that convert real media files like CAMV, RM, SMIL in iPod compatible video (AVI mpeg4).

It’s a multithread windows executable easy to use.

Continue reading “[Win] Convert .rm + .camv +.smil in AVI mpeg4”

Posted on 8 July 201025 May 2018

[Shell] Argument list too long

As a Linux user, you may have to get the following error:

bash: /bin/rm: Argument list too long

There are a lot of methods to resolve this issue, but I use this stupid and simple one:

Continue reading “[Shell] Argument list too long”


Recent Posts

  • Swift – Simple full screen loader 11 August 2022
  • macOS – Disable microphone while typing 11 April 2022
  • iOS – Secure app sensitive information 25 March 2022
  • DIY: Hack Weward for iOS 8 March 2022
  • Swift – Circular button bubbles with gravity 26 November 2021
  • Swift – Have fun with GravityBehavior and DynamicAnimator 19 November 2021

Archives

Proudly powered by WordPress