The ideal DayZ server start bat
Using a batch file to start a DayZ server is common practice, there are many ways, methods and features to put in the batch file most confusing to beginners. Read…
Using a batch file to start a DayZ server is common practice, there are many ways, methods and features to put in the batch file most confusing to beginners. Read…
If you are downloading and archiving images majority of the time you can compress them heavily to be able to store more. For reasons such as: never viewing the image…
Here is a method to live stream a mp4 video file to YouTube with FFmpeg. There are many configuration options but here is what i found works best. Read the…
v.redd.it is Reddits native video uploader and player, with the free Reddit API endpoint and FFmpeg you can download v.redd.it videos easily. If you prefer a more automated web system…
Setters and Getters in PHP are object methods used in OOP programming. The basis being you set a property to your value and then you can get it. Using setters…
Using mixed character strings to identify objects makes more sense due to the greater amount you can assign and their complete unpredictability. Why strings? Using numerals 1 through to 234,567,890…
How to easily get a responsive full screen image background with text overlay in HTML such as this: The method shown here uses Bootstrap, you could however do it vanilla…
Browsing Hacker News i saw a link to variable naming helpers. Variable naming doesnt have a defined correct method. Its up to the creator to choose one (that should be…
Here is a method to do a sonar style pinging dot with CSS animations. The outcome will look like this Firstly you will need an SVG dot you can create…
A batch file is a pre-written script that when double-clicked executes its contents within the command prompt. The idea behind a batch script is to save time and avoid repeting…