Login
Discover
Waves
Decks
Plus
Login
Signup
privateger
@privateger
28
I'm a programmer with interest in various languages. Feel free to ask me about anything if you need help! :)
Followers
15
Following
1
Resource Credits
Available
Used
Location
Germany
Website
http://privateger.de/
Created
February 8, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
privateger
email
2018-02-16 19:34
EasyCoding Short Tutorial: Extract E-Mail addresses from a textfile
Have 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 extract all
$ 0.000
1
2
privateger
php
2018-02-10 08:52
EasyCoding: PHP File I/O
In 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 arguments, first
$ 0.000
1
1
privateger
php
2018-02-08 22:26
EasyCoding 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
$ 0.000
3
2
privateger
introduceyourself
2018-02-08 20:43
My 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.
$ 0.024
5
7
privateger
ruby
2018-02-08 19:50
Easy Coding: Ruby File I/O
Today 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. All content
$ 0.766
7
2