-
-
What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
-
Rugged Rock Studio
- CodeUnit Collections
- Funakoshi Karate International South Africa
- Rugged Rock Studio: The Portfolio of Craig Lotter
- The Codeunit of Craig
- The House of C
- The Rugged Rock of Craig
Tag Archives: delete
LastPass: How To Delete All Saved Vault Items at Once
LastPass is a fantastic password vault application available over a number of different platforms and with a huge range of rather useful features that includes things like automatic form filling, one-click login, synchronization across browsers and of course bullet-proof password management/storage. Our quick little how to today deals with how to easily delete all your stored vault items at once. Continue reading
Posted in Software & Websites, Tutorials Tagged delete, lastpass, multi-delete, password manager, remove all, vault View Comments
Ubuntu Terminal: How to Delete a System User
To delete a system user account in Ubuntu is really even more simple than adding it in the first place. Simply run the following command:
Continue reading
Posted in Software & Websites, Tutorials Tagged delete, Linux, terminal, Ubuntu, user account View Comments
Ubuntu Subversion: How to Delete a SVN Repository
Although there is tons of documentation on creating new SVN project repositories for your shiny Ubuntu SVN (subversion) server, there isn’t all that much mention of how you actually remove a project repository should you no longer need it. Continue reading
PHP: Delete all Values to Reuse a Keyed Array
It’s sometimes pretty valuable to reuse array structures if you’re kind of doing a task over and over again, and don’t necessarily want to recreate the array’s keyed structure from scratch with each iteration. Continue reading
Posted in Technology & Code, Tutorials Tagged array, array_map, clear, delete, PHP, reset View Comments