Skip to content

Instantly share code, notes, and snippets.

h1 {
display: inline-block;
-webkit-animation: marquee-data-v-1749928a 30s linear infinite;
animation: marquee 30s linear infinite;
}
@keyframes marquee {
from {
transform: translate3d(calc(50vw + 50%), 0, 0);
}
@Yog
Yog / html
Created January 16, 2020 21:21
<div id="nav" style="display: block;">
<div><a href="#Phao">East Pardus Rim</a>
<div class="side">
<a href="#Kitalpha">Kitalpha</a>
<a href="#Wasat">Wasat</a>
<a href="#Nex0004">Nex 0004</a>
<a href="#Thabit">Thabit</a>
<a href="#Adara">Adara</a>
<a href="#Seginus">Seginus</a>
<a href="#Nusakan">Nusakan</a>
@Yog
Yog / .js
Created March 10, 2017 23:04
\themes\bootstrap\js\modal.js
/**
* @file
* Bootstrap Modals.
*/
(function ($, Drupal, Bootstrap) {
"use strict";
/**
* Extend the Bootstrap Modal plugin constructor class.
*/
@Yog
Yog / .js
Created March 10, 2017 23:03
/**
* @file
* Bootstrap Modals.
*/
(function ($, Drupal, Bootstrap) {
"use strict";
/**
* Extend the Bootstrap Modal plugin constructor class.
*/
@Yog
Yog / js
Created March 10, 2017 23:03
\themes\bootstrap\js\modal.js
/**
* @file
* Bootstrap Modals.
*/
(function ($, Drupal, Bootstrap) {
"use strict";
/**
* Extend the Bootstrap Modal plugin constructor class.
*/
DoesNotExist at /offers/dzieje-sie/1/join
Badge matching query does not exist.
Request Method: POST
Request URL: http://localhost:8000/offers/dzieje-sie/1/join
Django Version: 1.8.4
Exception Type: DoesNotExist
Exception Value:
```
def __init__(self, params):
""" Fetching params from request """
self.min_bet = params.get('min')
self.can_raise = params.get('can_raise')
self.hand = params.get('hand')
self.table = params.get('table')
self.chance = eval_cards(self.hand, self.table)
self.limit = params.get('limit')
self.account = params.get('account')