Skip to content

Instantly share code, notes, and snippets.

View TomFreudenberg's full-sized avatar

Tom Freudenberg TomFreudenberg

View GitHub Profile

SHELL (ZSH and BASH) | Improvements

history

Add . profile_extension_history to the .zshrc and .bashrc profile scripts. This allows to work with multiple history states. It is also possible to save history content into your project folder while developing or testing. Following commands are enabled after integration:

  1. historyInit <path> or hI <path>
  2. historyNew

Keybase proof

I hereby claim:

  • I am TomFreudenberg on github.
  • I am tomfreudenberg (https://keybase.io/tomfreudenberg) on keybase.
  • I have a public key whose fingerprint is 4D44 3951 8F13 8496 50F6 920A 286C A16D 44B7 A592

To claim this, I am signing this object:

Visual Studio Code | Extensions

After switching to Visual Studio Code, I found two extensions very helpful: Better Comments and Todo-Tree. The first allows to highlight comments in your sources to your needs and the second will display specially tagged comments.

Read the whole story on MEDIUM: Friendly Link

This is a very simple casperjs example, to show how to simulate a user accessing a meteor application like the todos example.

The casper script will do:

  1. connect to the todos example app
  2. add a new list
  3. iterate through all existing lists and open/load each once

Between each step there is a small random time, so that the "loads" are not aligned.