#1297 https://great.design
seen from Türkiye

seen from T1

seen from Brunei

seen from Japan

seen from Austria

seen from Russia
seen from Chile

seen from Denmark
seen from Vietnam

seen from Austria
seen from Japan
seen from Australia
seen from United States
seen from China
seen from China
seen from Qatar
seen from China
seen from Argentina

seen from Netherlands
seen from United States
#1297 https://great.design
I did it, I committed a crime against humanity, this is how low I stooped, people! This is what I am wasting my abilities of a spriter on.
June 4th update: Show Off Your Protagonist’s Sprite(s)
Here’s the first concept of Yarn’s sprite in you&me
I’ve already made a few adjustments since the gif (mostly the shadow), and I may change a few more things like Up-facing hair animation, but for now this is Yarn, our protagonist. A young girl with a fascination for yarn.
And as a bonus, here’s Nyla’s charset (just quickly finished, so definitely needs some tweaking). She’s not the player character, but she’s the deuteragonist of you&me and plays an important role in you&me’s dreaming mechanics. Yarn’s older sister.
Small Bitmap Font For more flexibility, I designed this simple and small bitmap font. I’m already using this for small labels (e.g. at the level select and stats screen), but was too lazy to create a sprite sheet until now. The new font is much more space-saving than the main font and is very handy e.g. for small dialogue boxes. Average character width is 3 px. Maximum = 5 px (e.g. the letters “W” and “M”). Each cell is 8x8 px. Not optimized for mono space use, though. If you like it, feel free to use it!
C 語言裡面的 ??! 符號
C 語言裡面的 ??! 符號
在 Hacker News Daily 上看到這個奇怪的知識:「What does the ??!??! operator do in C? (stackoverflow.com)」,原文在 Stack Overflow 上:「What does the ??!??! operator do in C?」。 這是 trigraph,在 C89 就有了,在 Rationale for International Standard—Programming Languages—C 這邊的 5.2.1.1 就有提到這段歷史原因: Trigraph sequences were introduced in C89 as alternate spellings of some characters to allow the implementation of C in character sets…
View On WordPress
nkfでテキストファイルの文字コードをごにょる
確認
$ nkf --guess {file path} $ nkf -g {file path}
変更
$ nkf -w --overwrite {filepath}
options
option description -w UTF-8で出力 -e EUC-JPで出力 -s shift-jisを出力
ref
https://qiita.com/kentakozuka/items/d874a572ddf6cc34213f
Maskprocessor - Word Generator With A Configureable Charset
Maskprocessor - Word Generator With A Configureable Charset #Brute-force #Charset #Configureable #cracking #generator
[sc name=”ad_1″]
High-Performance word generator with a per-position configureable charset
Mask attack Try all combinations from a given keyspace just like in Brute-Force attack, but more specific.
Advantage over Brute-Force The reason for doing this and not to stick to the traditional Brute-Force is that we want to reduce the password candidate keyspace to a more efficient one. Here is a single…
View On WordPress
Fix: EventSource's response has a charset ("iso-8859-1") that is not UTF-8. Aborting the connection.
Fix: EventSource’s response has a charset (“iso-8859-1”) that is not UTF-8. Aborting the connection.
The issue is with the mismatch charset. You have default charset charset : iso-8859-1 and you are trying to use content which have charset=UTF-8.
To fix the error you need to set the charset=UTF-8 in which you have set the header. In my case, I have fix the error by setting the charset=UTF-8 in header. Check below code for reference:
header( 'Content-Type: text/event-stream, charset=UTF-8'…
View On WordPress