This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Konrad Oleksiuk", | |
"label": "Software Engineer", | |
"picture": "https://media.licdn.com/mpr/mpr/shrinknp_200_200/AAEAAQAAAAAAAAbpAAAAJDQwYzM3M2ZjLTMzZDMtNDk5My1iODQ3LWNjYzI1OWFiY2FjNQ.jpg", | |
"email": "[email protected]", | |
"phone": "(+48) 798-072-888", | |
"website": "https://pl.linkedin.com/in/konole", | |
"summary": "Software Engineer with passion. I love working in a team using cutting-edge technologies and learn new things. Startup lover. I like to share my knowledge and to acquire it from others.", | |
"location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# recover rsyslog disk queue index (.qi) from queue files (.nnnnnnnn). | |
# | |
# See: | |
# runtime/queue.c: qqueuePersist() | |
# runtime/queue.c: qqueueTryLoadPersistedInfo() | |
# | |
# [email protected] 2012-03-14 | |
# | |
use strict; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
filetype plugin indent on " required | |
filetype indent on " load filetype-specific indent files | |
" To ignore plugin indent changes, instead use: | |
"filetype plugin on | |
" | |
" Brief help | |
" :PluginList - lists configured plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set-option -g default-shell $SHELL | |
# copy and paster | |
# set-option -g default-command "reattach-to-user-namespace -l zsh" | |
# set-option -g default-command "reattach-to-user-namespace mvim" | |
# look good | |
set -g default-terminal "screen-256color" | |
# act like GNU screen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Message | |
class Starred | |
attr_accessor :user, :message | |
InvalidUserError = Class.new(StandardError) | |
def initialize(user, message) | |
self.user = user | |
self.message = message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'dentaku' | |
class ExtendedCalculator < Dentaku::Calculator | |
def initialize(*args) | |
super | |
add_exponent | |
end | |
private |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SC5601 Rightfc:94:e3:11:bd:7f 2437 -88 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS] UPC0045244 | |
01-13 20:24:35.460 342-447/? E/WifiStateMachine﹕ KSC5601 Right00:14:bf:e5:fe:0b 2412 -93 [WPA-PSK-CCMP][ESS] dom | |
01-13 20:24:35.460 342-447/? E/WifiStateMachine﹕ KSC5601 Right70:71:bc:e4:83:28 2427 -91 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][WPS][ESS] Aster-632043 | |
01-13 20:24:35.460 342-447/? E/WifiStateMachine﹕ KSC5601 Rightfc:94:e3:0b:58:52 2412 -91 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS] UPC0055255 | |
01-13 20:24:35.460 342-447/? E/WifiStateMachine﹕ KSC5601 Rightfc:94:e3:02:05:3e 2412 -93 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS] UPC0049399 | |
01-13 20:24:35.460 342-447/? E/WifiStateMachine﹕ KSC5601 Rightfc:94:e3:31:70:07 2437 -91 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS] UPC0051682 | |
01-13 20:24:35.460 342-447/? E/WifiStateMachine﹕ KSC5601 Right94:44:52:30:3b:bd 2437 -87 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][WPS][ESS] murozpirog | |
01-13 20:24:35.470 342-447/? E/WifiStateMach |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.ocelotty.memestream.Services; | |
import android.app.Activity; | |
import android.content.Context; | |
import com.android.volley.Response; | |
import com.android.volley.VolleyError; | |
import com.android.volley.VolleyLog; | |
import com.android.volley.toolbox.JsonObjectRequest; | |
import com.ocelotty.memestream.MainActivity; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Didea.launcher.port=7533 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12 CE.app/bin" -Dfile.encoding=UTF-8 -classpath "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/deploy.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/dt.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/javaws.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jce.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/jconsole.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/management-agent.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/plugin.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/sa-jdi.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar:/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar:/System/Library |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ignore bundler config. | |
/.bundle | |
# Ignore the default SQLite database. | |
/db/*.sqlite3 | |
/db/*.sqlite3-journal | |
# Ignore all logfiles and tempfiles. | |
/log/*.log | |
/tmp |
NewerOlder