Skip to content

Instantly share code, notes, and snippets.

@Macxim
Macxim / 20230620-0104WET.md
Last active June 20, 2023 12:32
Banger Games - Community Transparency Report

Banger Games

Community Transparency Report

We have received numerous inquiries regarding Banger's project. To provide clarity and address recent concerns within the community, we present this transparency report. Our commitment is to be transparent and accountable to our valued community members.

FUTURE TOKEN SALE

We want to emphasize that purchasers who engaged through a Simple Agreement for Future Tokens (“SAFT”) contract were acquiring a utility currency usable in the Banger Games platform. It is important to note that purchasing the future token did not grant equivalent rights or ownership in equity or share of the company. That being said, we would like to address the recent FUD from some community members.

The QWAN acts as the sole utility currency of Banger Games. It is used to participate in competitions, purchase season passes, complete premium season objectives, buy and sell on the p2p marketplace, and create tournaments. In addition to utility within the Banger Games platform, the QW

import React from "react";
import Head from "next/head";
import Image from 'next/image';
import Prismic from '@prismicio/client';
import { Client } from "../../prismic-configuration";
import { PostList } from "../../components/blog/home";
const Home = ({ blogHome, posts }) => {
return (
<div className="flex flex-col min-h-screen font-sans">
import Ember from 'ember';
const { isBlank } = Ember;
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
names: ['one', 'two', 'three', 'four'],
});
@Macxim
Macxim / index.js
Created November 6, 2017 13:51
Web scrapping paginated web page with Nightmare.js
/**
* Scrape data from https://london.wtm.com/en/exhibitor-directory-2017/2017-Products
*
* Usage: $ node index.js
*/
var Nightmare = require('nightmare');
var vo = require('vo');
var fs = require('fs');
Verifying that "macxim.id" is my Blockstack ID. https://onename.com/macxim
{
"drivers": [
{
"name": "Vettel",
"surname": "Sebastian",
"ranking": 1,
"points": 392,
"lastRace": 2,
"wins": 11,
"poles": 15,
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
var moonWalkers = [
"Neil Armstrong",
"Buzz Aldrin",
"Pete Conrad",
"Alan Bean",
"Alan Shepard",
"Edgar Mitchell",
"David Scott",
"James Irwin",
"John Young",
@Macxim
Macxim / gulpfile.js
Created March 27, 2015 14:09
gulp task SVG symbols
// See https://github.com/Hiswe/gulp-svg-symbols/
var gulp = require('gulp');
var filter = require('gulp-filter');
var cssFilter = filter('**/*.css');
var svgFilter = filter('**/*.svg');
gulp.task('svgsymbol', function () {
@Macxim
Macxim / gist:f361d1feef60418e99c9
Created November 13, 2014 22:57
Error cssnext _autoprefixerDisabled
[23:49:49] Using gulpfile ~/Code/macxim.github.com/assets/gulpfile.js
[23:49:49] Starting 'default'...
[23:49:49] Finished 'default' after 57 ms
events.js:72
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property '_autoprefixerDisabled' of undefined
at Processor.disabled (/Users/macuser/Code/macxim.github.com/assets/node_modules/gulp-cssnext/node_modules/cssnext/node_modules/autoprefixer-core/lib/processor.js:133:15)
at Processor.disabled (/Users/macuser/Code/macxim.github.com/assets/node_modules/gulp-cssnext/node_modules/cssnext/node_modules/autoprefixer-core/lib/processor.js:151:50)