Skip to content

while (true) { }

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

Tag: file

Posted on 15 June 201825 July 2018

XCode – Add a file in project at build time

Imagine that you need to add a file in your XCode project the first time that you build the app.

For instance, you have a configuration file, in Swift, that you want to compile and embed in your app (instead of using a PLIST file that is in CLEAR…) during the build phase and of course use in your project.

Continue reading “XCode – Add a file in project at build time”

Posted on 9 December 201214 December 2018

Raspberry PI – Easy setup a backup NAS server

Well,
a little reminder to configure raspberry as NAS server, to backup and access your file everywhere.

How to?

Continue reading “Raspberry PI – Easy setup a backup NAS server”

Posted on 26 September 201225 May 2018

[BASH] Create big file (custom) size

This create a 15Mb file. For any use.

[code lang=”bash” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]dd if=/dev/random of=BigFile.dat bs=1500000 count=10[/code]

Continue reading “[BASH] Create big file (custom) size”

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 7 July 200924 May 2018

[C#] Leggere un file di configurazione

Può capitare di dover caricare le impostazioni di un programma da un file di testo…

vediamo come fare utilizzando anche le regular expression.

Continue reading “[C#] Leggere un file di configurazione”


oʇɹ3qןɐFollow

oʇɹ3qןɐ
lupascaoʇɹ3qןɐ@lupasca·
9 Jan

[+9y ago 😅] #Arduino controlled stuffs using #iPhone 3GS via Web: https://youtu.be/Y_Cp_gWIBQ8 via @YouTube

Reply on Twitter 1348021876849836040Retweet on Twitter 13480218768498360401Like on Twitter 1348021876849836040Twitter 1348021876849836040
lupascaoʇɹ3qןɐ@lupasca·
3 Jan

#Unity3D - Snap object in editor grid https://www.albertopasca.it/whiletrue/unity3d-snap-object-in-editor-grid/

Reply on Twitter 1345659610112385025Retweet on Twitter 13456596101123850252Like on Twitter 1345659610112385025Twitter 1345659610112385025
Retweet on Twitteroʇɹ3qןɐ Retweeted
soonaorlaterSoona@soonaorlater·
22 Dec

Shot on iPhone 12

Reply on Twitter 1341269615519780875Retweet on Twitter 13412696155197808751203Like on Twitter 134126961551978087521749Twitter 1341269615519780875
Retweet on Twitteroʇɹ3qןɐ Retweeted
lordx64taha karim ז@lordx64·
16 Nov

Who remember this ? If you do, can we be friends?

Reply on Twitter 1328448860973395968Retweet on Twitter 1328448860973395968193Like on Twitter 13284488609733959682142Twitter 1328448860973395968
Retweet on Twitteroʇɹ3qןɐ Retweeted
gorelicsgorelics@gorelics·
27 Oct

Building a class-dump in 2020
https://derekselander.github.io/dsdump/

Reply on Twitter 1321002490247237634Retweet on Twitter 13210024902472376341Like on Twitter 13210024902472376344Twitter 1321002490247237634
Load More...

Recent Posts

  • Unity3D – Snap object in editor grid 3 January 2021
  • Swift – UIView gradient extension 7 December 2020
  • iOS – Data Leakage: App background cache 16 November 2020
  • Python – Draw “complex” shapes in Photoshop 12 November 2020
  • Swift – Push UIView animation 4 November 2020
  • Swift – Get app keyWindow 26 October 2020

Archives

Proudly powered by WordPress