Skip to content

Instantly share code, notes, and snippets.

View keikun17's full-sized avatar

Cakey | Buddy Magsipoc keikun17

View GitHub Profile
This file has been truncated, but you can view the full file.
"share ln guys
1kphp rakk kimat xt.2 salamat sa sale ni easypc north И_"
"ako na lang ba outdated dito
phaseout na ata tong rig ko
kelangan na ba upgrade?
specs:
intel core i7 3770 3.4ghz
ga-z68ma-d2h-b3
It turns out that Beteleguis may have been a spirit like Ia, Puck, or Beatrice. Betelegius takes over bodies that have the Witch Factor. All the fingers had them. Subaru does apparently too. What exactly is the Witch Factor remains a mystery in this Act, but it something Felix can detect when he touches a person. That is how he found out that 3rd Finger (merchant) as he had a similar odd presence that Betelegius (original and red hair girl) had when in the first loop of this battle. Betelegius asks Subaru to show this when he asks him about the Gospel in the second loop of this battle. In the first loop of this battle when Emilia fights Betelegius, Puck could not engage in the battle. Apparently, he is bound by a pact to not interfere with the Trial. He did not remember this until he tried to join. (This is likely changed in the Light Novels.) The epilogue for this episode/Act was cut. When Subaru and Emilia travel back to Crusch's mansion, Subaru brings up Rem in the conversation. Emilia's response... Who is
@keikun17
keikun17 / gist:9264032
Created February 28, 2014 02:32
Trying out snippets
# Does not work
'.source.rb':
'Ruby method':
'prefix': 'rm'
'body':
'def $1 end'
# Does not work either
'.text.rb':
'Ruby method':

5:18 PM]
Ace Subido ok! im up!

[5:21 PM]
First time I saw it was watching PewDiPie scare himself in youtube. Wanted to buy one ever since. I feel like hindi siya magiging super mainstream in our lives likened to the mobile phone, since you only use it for immersive experiences. In the future though, when it’s less bulkier than how it’s currently built 😄

https://phackers.slack.com/archives/ama/p1466066627000036 +Buddy Magsipoc @acesubido: what are your thoughts on VR Posted in #amaJune 16th at 4:43 PM

@keikun17
keikun17 / 英雄.rb
Last active December 21, 2015 01:29
class Hero
attr_accessor :名, :職, :ファイル, :健康
def initialize(名, 職, ファイル, 健康)
@名 = 名
@職 = 職
@ファイル = ファイル
@健康 = 健康
end
>> a = -> { puts "En Taro Adun" }
>> a.call
=> NoMethodError: undefined method 'a' for main
>> a
=> NoMethodError: undefined method 'a' for main
# This works
>> @a = -> { puts "Allahu Akbar" }
>> @a.call
=> "Allahu Akbar"
@keikun17
keikun17 / gist:5409034
Last active December 16, 2015 08:49
Sigh... #ruby
{'key.with.dot': 'something'}
=> SyntaxError: (irb):7: syntax error, unexpected ':', expecting tASSOC
{'key.with.dot': 'something'}
^
{"key.with.dot": 'something'}
=> SyntaxError: (irb):8: syntax error, unexpected ':', expecting tASSOC
{key.with.dot: 'something'}
^
PR#100054321
Client : Mr. Someone
Quoted Specs : Milk
Offers :
Brand Specs Price Currency/Conversion PO?
---------- ---------- ------- ------------------- ---
Bearbrand Non Fat 10.00 USD @ 41.0 (410PHP) YES!(PO#100-3344)
Nido Fatty 5.00 PHP 300
@keikun17
keikun17 / gist:5283151
Created April 1, 2013 03:45
Walked right into it...
Bad news: Sigh... Mitch and I are going through some really tough times right now...
but it's alright, we still have each other.
It's times like these that we get to appreciate the small stuff in life...
I will be selling stuff starting with my PC (specs below). 5,000 pesos...
pls pm me for details...
AMD FX-8350 4.0GHz 8-Core
Corsair H100i 77.0 CFM Liquid
Arctic Cooling MX-2 65g
Asus Crosshair V Formula-Z ATX AM3+
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential
apt-get -y install git-core
# Install rbenv
git clone git://github.com/sstephenson/rbenv.git /usr/local/rbenv
# Add rbenv to the path: