STAR WARS D6: New Player Starting Guide
New player hand out (PDF) for players who are new to the Star Wars D6 Role Playing Game. It includes content from the REUP book and other blogs.
New player hand out (PDF) for players who are new to the Star Wars D6 Role Playing Game. It includes content from the REUP book and other blogs.
I love the Atom.io theme so I ported it over to Netbeans. Download the Theme
The updated 2016 list of my gadgets, computers and software I use on a daily basis. Computer(s) Computer: MacBook Pro I continue to use my Mid 2014 MacBook Pro 13″ with an attached 23″ monitor. It’s fast, has crazy long battery life, and works perfectly for doing coding or layout on my book. Smartphone: Samsung Galaxy S7 Edge …
After much trial and error we’ve selected our future framework for all projects: Laravel! It has great documentation, a good community, lots of plugs and a steady update path. Plus it’s fun to code!
NOTE: This only applies to Summernote 0.6.* and not to newer versions. $(‘#summernote’).summernote({ height: 850, toolbar: [ [‘style’, [‘fontsize’,’fontname’,’bold’, ‘italic’, ‘underline’, ‘clear’]], [‘color’, [‘color’]], [‘para’, [‘ul’, ‘ol’, ‘paragraph’,’hr’,’link’,’picture’]], [‘src’,[‘fullscreen’,’codeview’]] ], onImageUpload: function(files, editor, welEditable) { sendFile(files[0], editor, welEditable); } }); function sendFile(file, editor, welEditable) { data = new FormData(); data.append(“file”, file); $.ajax({ data: data, type: …
I manage a bunch of internal servers and for those that aren’t part of the wider web I like to use key pairs to speed up my sign ins and maintenance. Key-Based SSH Logins Key-based authentication is the most secure mode of authentication usable with OpenSSH. Key-based authentication has several advantages over password authentication, for example …
Leod Escapes is headquartered in the San Francisco Bay Area. They specialize in International motorcycle tours with “Track Time”. That means sport touring the best curvy roads for week and riding a proper sport bike on a famous race course. Leod Escapes pioneered the concept of “Track & Tour” and each year we seek to …
It’s with a heavy heart that we must begin to phase out Kohana Framework from our projects. We will be migrating all current project and all future projects to a newer, more supported framework. That is all. Alan
Keep Updated You should update your linux settings no less than once a month. This will ensure that you are not running vulnerable technology. Remove Header Details / Disable Tokens When Apache web server generates any web pages or error pages, some important information about the version and other details implemented on the system are …
The updated 2015 list of my gadgets, computers and software I use on a daily basis. Computer(s) Computer: MacBook Pro I’ve been using a couple of different setups this year, but right now I’m using a nice new MacBook Pro 13″ with an attached 23″ monitor. It’s fast, has crazy long battery life, and works …