I hereby claim:
- I am bogdan-dumitru on github.
- I am bogdan (https://keybase.io/bogdan) on keybase.
- I have a public key whose fingerprint is 55C2 7F95 E8AE 76FC E40B 7BDA D16A 9817 50CC 4791
To claim this, I am signing this object:
{ | |
"description": "Earn cashback rewards on all your MiniPay transactions during March 2025! This exclusive promotion offers users the opportunity to receive cashback on everyday purchases, bill payments, and peer-to-peer transfers. The more you use MiniPay, the more you earn.", | |
"image": "https://gist.github.com/bowd/d699db079a129aca4692ef11bbe5dacb/raw/0699b4c2dc61932126ea1f268010e3f077fd9a90/march-2025-cashback-promotions.svg", | |
"name": "MiniPay March 2025 Cashback Promotions", | |
"attributes": [ | |
{ | |
"trait_type": "Campaign Type", | |
"value": "Cashback" | |
}, | |
{ |
// SPDX-License-Identifier: GPL-3.0-or-later | |
pragma solidity >0.5.13 <0.9; | |
pragma experimental ABIEncoderV2; | |
/* | |
* @title Broker Interface for trader functions | |
* @notice The broker is responsible for executing swaps and keeping track of trading limits. | |
*/ | |
interface IBroker { | |
/** |
target score for time 60 36 [5/33557] | |
target score for time 60 28 | |
target score for time 60 41 | |
target score for time 60 42 | |
target score for time 60 27 | |
target score for time 60 29 | |
target score for time 60 33 | |
target score for time 60 34 | |
target score for time 60 40 | |
target score for time 60 38 |
<script src="https://www.anyguide.com/assets/integration-v1.1.js" async></script> | |
<div id="iframe_wrapper"></div> | |
<script language="javascript" type="text/javascript"> | |
window.__anyroadAsyncInit = function() { | |
window.anyroad = new AnyRoad({ | |
container: '#iframe_wrapper', | |
tours: { guide: 'tour_guide_slug' }, | |
iframe_style: { width: '100%', background: 'transparent' }, | |
referrer: { name: 'tour_guide_slug', token: 'tour_guide_token' } | |
}); |
initiateTransition: function() { | |
// Set the state so that both screens | |
// will be rendered. | |
this.setState({ | |
transitionStarted: true, | |
transitionDirection: this.state.activeScreen.get('stackIndex') > this.state.screensStackTop.get('stackIndex') ? "back" : "fwd" | |
}); | |
// Schedule a cleanup so that we remove the | |
// previous screen after the transition occurs |
/* Node modules builder for components */ | |
var fs = require('fs') | |
, _ = require('lodash') | |
, mkdirp = require('mkdirp') | |
, path = require('path'); | |
var NodeModulesBuilder = function(tree, base) { | |
this.traverseCache = {}; | |
this.buildNodeModules(tree); |
I hereby claim:
To claim this, I am signing this object:
Feature: I'm just pumped up, bought some shit from the thrift shop | |
Scenario: I'm gonna pop some tags | |
Given I only got 20$ in my pocket | |
When I'm huntin | |
And looking for a come up | |
Then this is fucking awesome |
"views.py" 63L, 2170C written | |
Error detected while processing function pymode#lint#Check: | |
line 16: | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/Users/bogdan/.spf13-vim-3/.vim/bundle/python-mode/pylibs/pymode/lint.py", line 3, in <module> | |
from pylama.main import run | |
File "/Users/bogdan/.spf13-vim-3/.vim/bundle/python-mode/pylibs/pylama/main.py", line 9, in <module> | |
from . import utils | |
File "/Users/bogdan/.spf13-vim-3/.vim/bundle/python-mode/pylibs/pylama/utils.py", line 6, in <module> |