Skip to content

Instantly share code, notes, and snippets.

View noximus's full-sized avatar
🪄
Making Magic Happen

Nox noximus

🪄
Making Magic Happen
View GitHub Profile
import React, { Component } from 'react';
import { View, Text, TouchableOpacity } from 'react-native';
import axios from 'axios';
class Home extends Component {
state = {
posts: []
}
componentWillMount() {
@noximus
noximus / README-Template.md
Last active February 20, 2019 01:33 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@PurpleBooth
PurpleBooth / README-Template.md
Last active June 30, 2024 00:35
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@Ionshard
Ionshard / Overview.xml
Created February 10, 2011 18:35
EVE Online Overview
<?xml version="1.0" ?>
<eveOverview>
<tab bracket="pvpbrackets" name="PVP" overview="PVP" showAll="False" showNone="False" showSpecials="True"/>
<tab bracket="pvpbrackets" name="C" overview="Celestial" showAll="False" showNone="False" showSpecials="False"/>
<tab bracket="pvpbrackets" name="Situation" overview="Logistics" showAll="False" showNone="False" showSpecials="False"/>
<tab bracket="pvpbrackets" name="D" overview="Drones" showAll="False" showNone="False" showSpecials="False"/>
<tab bracket="pve" name="PVE" overview="PVE" showAll="True" showNone="False" showSpecials="True"/>
<useSmallColorTags value="0"/>
<applyOnlyToShips value="1"/>
<hideCorpTicker value="0"/>