#Software#
- acl
- attr
- samba
- krb5-config
- krb5-user
- ldap-utils
- nscd
- nslcd
- ntp
#Software#
| #!/usr/bin/env python3 | |
| import sys, json, http.client, xml.etree.ElementTree | |
| REGION = 10000002; | |
| skills = json.load(open('skills.json')) | |
| name_to_skill = {} |
| ; Script generated by the Inno Setup Script Wizard. | |
| ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! | |
| #define MyAppName "pyfa" | |
| #define MyAppVersion "1.1.17 (Rubicon 1.0)" | |
| #define MyAppPublisher "pyfa" | |
| #define MyAppURL "https://forums.eveonline.com/default.aspx?g=posts&t=247609&p=1" | |
| #define MyAppExeName "pyfa.exe" | |
| [Setup] |
| #!/bin/bash | |
| # In case for whatever reason the paths change... | |
| IPTABLES=/sbin/iptables | |
| IP6TABLES=/sbin/ip6tables | |
| # RULE CREATION ORDER | |
| # ALL rules are added as created here | |
| # V4 rules are added as created here | |
| # V6 rules are added as created here |
| for (var i in EVEthing.home.CHARACTERS) { | |
| if(!EVEthing.home.CHARACTERS.hasOwnProperty(i)) { continue; } | |
| console.log( | |
| JSON.stringify([ | |
| EVEthing.home.CHARACTERS[i]['character']['name'], | |
| { | |
| 'Suppress Skill Queue': | |
| EVEthing.home.CHARACTERS[i]['character']['config']['home_suppress_empty_skill_queue'] |
| #!/bin/bash | |
| INDEX_URL="http://emotes.gbs.io/" | |
| ZIP_URL="https://s3.amazonaws.com/emotes.gbs.io/pidgin.zip" | |
| ZIP_OUT="pidgin.zip" | |
| ERROR_UNSPECIFIED=1 | |
| ERROR_NO_ETAG=2 | |
| ERROR_DOWNLOAD_FAIL=3 | |
| ERROR_UNZIP_FAIL=4 |
Our application was having issues when rendering a list with approximately 150 items. Each item in the list is rendered into a number of columns determined by configuration. The columns range from being a glorified print string, to reasonably complex selection logic and time since presentations.
The performance issues mainly presented themselves when the application would poll for data - which in this case would result in retrieving the full data set for all views in the application. In future we hope to move to a diff based poll or eventing but have not yet had time to implement the backend.
| export class GraphNode<T> { | |
| private readonly $item: T; | |
| private readonly $children: GraphNode<T>[] = []; | |
| private readonly $parents: GraphNode<T>[] = []; | |
| public constructor(item: T) { | |
| this.$item = item; | |
| } | |
| extern crate exitcode; | |
| extern crate ctrlc; | |
| extern crate chrono; | |
| use std::io; | |
| use std::net::{TcpListener, SocketAddr, TcpStream}; | |
| use std::sync::atomic::{AtomicBool, Ordering}; | |
| use std::sync::Arc; | |
| use std::io::{Read, Write}; | |
| use core::borrow::Borrow; |
I hereby claim:
To claim this, I am signing this object: