17 private links
JSCS is a code style linter and formatter for your style guide
So you've stumbled upon this site and having no idea what you're looking at?
I live in Norway and work in a factory for a living.
This website has been a hobby project for me the last few years, originating from 4chan/g desktop threads.
So what is this website?
'Dotfiles'; scripts, configuration and customization files (mostly for linux).
(Oh and the website itself have been an experiment to me as well).
This site is an archive as much for me as for everyone else. Use it for what it is.
Files can be used 'as is', a 'framework' to build on or simply a 'reference guide' to look up stuff etc., customize and personalize them to your liking.
The files found around here are both stuff I still use and used to use.
Everything should be up to date to the last time I used it, however some things I no longer use and haven't updated in a long time may not work properly anymore.
You can use the 'sitemap' file to search for files and see when they where last updated.
If you want to see some of my scripts in action there are some videos and pictures in the 'stuff' directory.
Enjoy your stay ~ Twily :3
Flycheck is a modern on-the-fly syntax checking extension for GNU Emacs, intended as replacement for the older Flymake extension which is part of GNU Emacs. For a detailed comparison to Flymake see Flycheck versus Flymake.
It uses various syntax checking and linting tools to automatically check the contents of buffers while you type, and reports warnings and errors directly in the buffer, or in an optional error list.
Out of the box Flycheck supports over 40 different programming languages with more than 80 different syntax checking tools, and comes with a simple interface to define new syntax checkers.
Many 3rd party extensions provide new syntax checkers and other features like alternative error displays or mode line indicators.
Magit is an interface to the version control system Git, implemented as an Emacs package. Magit aspires to be a complete Git porcelain. While we cannot (yet) claim that Magit wraps and improves upon each and every Git command, it is complete enough to allow even experienced Git users to perform almost all of their daily version control tasks directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains.
The way AMP (Accelerated Mobile Pages) works is, you make a special version of your web page that behaves itself. Just a normal web page with some extra tags added, and a few bad things (like slow ads) removed.
When Google comes along to spider your site, it notices that you put in a link to that well-behaved page. It saves a copy of the whole thing, pictures and all.
Now Google has that copy at the ready, and should someone on a smartphone request it, Google can pop the whole thing up—words, images, scripts—in less than a second, even on a slowish network. It’s nice.
There’s nothing inherently ‘mobile’ about AMP. AMP is designed to be mobile friendly, and with slow hardware and high latency connections, the boost you get with AMP on smartphones is going to be felt a lot stronger than on desktops. But AMP isn’t mobile only – it’s mobile first.
En 2010, la Cinémathèque avait proposé une conférence intitulée « Alice Guy a-t-elle vraiment existé ? », pourquoi s’étonner alors de ce déni de la présence des femmes dans l’industrie du cinéma mondial. Il serait temps aujourd’hui de se rendre compte que non seulement Alice Guy a existé, qu’elle a été la première réalisatrice de l’histoire, avant Méliès, directrice du département fiction de la Gaumont jusqu’en 1907, et que depuis, il y a toujours eu des femmes derrière la caméra.
Un caractère est une unité minimale abstraite de texte qui n'a pas forcément toujours la même représentation graphique.
La plate-forme Java utilise Unicode pour son support des caractères mais il est fréquent de devoir traiter des données textuelles encodées différemment en entrée ou en sortie d'une application. Java propose plusieurs classes et méthodes pour permettre la conversion de nombreux encodages de caractères de et vers Unicode.
Les applications Java qui doivent traiter des données non encodées en Unicode, sont lues avec l'encodage adéquat, stockées et traitées en Unicode et exportent le résultat de Unicode vers l'encodage initial ou l'encodage cible.
La version 5.0 de Java propose un support de la version 4.0 d'Unicode.
La JSR 204 « Unicode Supplementary Character Support » définit le support des caractères étendus d'Unicode dans la plate-forme Java. Ceci permet le support des caractères au-delà des 65546 possibles sur un stockage dans 2 octets.
''''
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<page-encoding>UTF-8</page-encoding>
</jsp-property-group>
</jsp-config>
GifCities is a special project of the Internet Archive to celebrate 20 years of preserving the web. Internet Archive is a non-profit digital library of millions of free books, movies, software, music, websites, and more. Please donate to help us in our efforts to provide “Universal Access to All Knowledge.”
When you live in a command line, configurations are a deeply personal thing. They are often crafted over years of experience, battles lost, lessons learned, advice followed, and ingenuity rewarded. When you are away from your own configurations, you are an orphaned refugee in unfamiliar and hostile surroundings. You feel clumsy and out of sorts. You are filled with a sense of longing to be back in a place you know. A place you built. A place where all the short-cuts have been worn bare by your own travels. A place you proudly call… $HOME.
Peut-on comparer fascisme et islamisme ? C'est l'avis d'Hamed Abdel-Samad, libre-penseur germano-égyptien vivant sous protection policière et dont l'essai polémique Le Fascisme islamique, après des péripéties éditoriales, sortira finalement en 2017 chez Grasset. C'est aussi l'avis de Zineb El Rhazoui, journaliste franco-marocaine et militante féministe menacée de plusieurs fatwas, qui a échappé à la mort en étant en vacances le 7 janvier 2015, jour où ses collègues tombaient sous les balles des frères Kouachi. Après avoir quitté Charlie Hebdo le 9 septembre, la trentenaire publie aujourd'hui Détruire le fascisme islamique, court mais brûlant texte qui s'en prend aux islamistes comme aux « collaborationnistes » français qui, selon elle, ont oublié que les musulmans ne sont pas une communauté, mais des individus.
I have lots of images in png format (over 250k+ png). Properly formatting and compressing png images can save many bytes of data. How do I compress and optimize png images on my amazon cloud account so that I can save bandwidth on cloudfront cdn account? How do I use an image compressor to create lossless compression on PNG files, with no effect on image quality in bulk using Red Hat Enterprise Linux bash shell?
The following image format is recommended and used by big web sites such as Google / Yahoo / Amazon / Facebook etc:
1 PNG file format is recommended for web.
2 GIF file format is recommended for small size images.
3 JPG file format is recommended for high resolution photographic-style images.
4 Do not use BMPs or TIFFs.
Torsten Raudssus sur Twitter : "It is simple, if you don't have the opening tag and the closing tag in the same template file, then you are using the wrong template engine."
Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.
All of the source code is completely free and open, available on GitHub under MIT licence,
and we have a command-line version, python library and a node package as well.
web-beautify is a formatting package of HTML, CSS and JavaScript/JSON for Emacs. It uses the command-line/node.js javascript formatter from http://jsbeautifier.org/ to format whole html, css, js or json files, or region.