Skip to content

Instantly share code, notes, and snippets.

View lebiru's full-sized avatar
😀
learning vim

Bilal lebiru

😀
learning vim
View GitHub Profile
@lebiru
lebiru / docker-compose.yaml
Created April 4, 2020 02:19
docker setup for wordpress
version: '3'
services:
# Database
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
package net.gamblore.maze.entities;
import java.util.LinkedList;
import java.util.List;
import com.badlogic.gdx.Gdx;
public class Maze {
private static final String TAG = "Maze";
@lebiru
lebiru / short
Created March 5, 2014 03:15
short
test
@lebiru
lebiru / tutorial
Created March 4, 2014 03:28
Tutorial Text
#init
This is the tutorial source code.
Type exactly what you see here.
Be careful not to make any mistakes as you are writing this.
Doing so may aleart MEGACOM's agents.
Quickly hack to complete your mission.
This concludes the tutorial.
#end
@lebiru
lebiru / test
Created March 2, 2014 03:10
Text Test
1 The quick brown fox jumped over the lazy dog.
2 The quick brown fox jumped over the lazy dog.
3 The quick brown fox jumped over the lazy dog.