BlogHide Resteemsprivateger (27)in email • 7 years agoEasyCoding Short Tutorial: Extract E-Mail addresses from a textfileHave you ever had the problem that you have a big text file full with user data, but needed only the emails but couldn't extract them quickly? I definitely did. So I created an easy method to…privateger (27)in php • 7 years agoEasyCoding: PHP File I/OIn this tutorial we will be covering file handling in PHP. Our code is the following: Let's break this down! fopen() is used to open files and make them readable/writeable. It takes two…privateger (27)in php • 7 years agoEasyCoding Short Tutorial: Webserver Setup (LAMP Stack)In this tutorial we will setup a Apache2 Webserver with PHP and MySQL. Start by running “sudo apt-get update" to update your package list, followed by "sudo apt-get install apache2” to install…privateger (27)in introduceyourself • 7 years agoMy introduction :)Hello, people of Steemit! My name is PrivateGER and I'm very interested in the general way this platform works. My interests are programming, translating and writing.privateger (27)in ruby • 7 years agoEasy Coding: Ruby File I/OToday we will cover basic file handling in Ruby. There are a few different modes for file operations listed below. File modes: w: Write to a file. If the file doesn’t exist, it will be created.…resteemedcoinbrief (25)in bitcoin • 7 years agoBitfinex's Biggest Critic Is Back on TwitterThe most outspoken critic of cryptocurrency exchange Bitfinex and the controversial tether token is back on Twitter following an account suspension. The restoration of the account belonging to…