Links

Search This Blog

Showing posts with label Download. Show all posts
Showing posts with label Download. Show all posts

January 24, 2024

ROT-X v0.333b

Custom ROT

Make sure length of character set is of even number and consisted of unique symbols.









Character set:


Text to be encoded/decoded:







It's not usual ROT-13.
It seems it supports unicode too.

More info
https://www.rot13.com/
https://en.wikipedia.org/wiki/ROT13
ROT-13 in BrainFuck (Esoteric Programming Language)

October 31, 2023

Happy Halloween!

EXAMPLE


I wanted to share with you my "SpookyB3" font.
I made it with Inkscape and FontForge.
I hope you enjoy it.



August 22, 2022

CT SF 3 - BioTerror Codes Working PIN analysis [GBA EUR game]


So I worked and worked on this analysis for sometime.
I couldn't find connections between levels, Live(s), Bomb(s), Rifle ammo, Harpoon, Helicopter levels and PINs.
I just have 210 working PINs. I think it's a complete list. I am not sure why.
From 5040 "unique" PINs there are 210 selected ones.
SoD = Sum of Digits (goes from 7 to 30; 30 - 7 = 23)
UWPIN = Unique Working PIN
210 * 4 => 840 * 6 => 5040
10 Lives from 0 - 9
There are probably 2 helicopter levels.

According to 210 PINs divided by 10 lives we get 21 and should mean there are 21 levels in this game.

Const. vars.
Bombs = 3
Rifle ammo = 20

This was pretty fun project to work on.

I would like to know how working PINs are selected and connection between lives and levels. I am still searching for that algorithm.

May 23, 2022

Emulated this from YouTube Video

Saw some video on YouTube before a year or two? ...and tried to emulate one task from it. It was some old anime. Called something like...Haruko?
Wrote this in Python first then C with help from YouTube, StackOverFlow and knowledge before.
It's a very simple task.
Print some text then print randomly from 1 to 10 same space characters. 1-10 space(s).
Used Linux for compiling C code.

I believe that gcc stands for GNU C Compiler.



If you want to compile C file on Linux and run it, these are commands (in terminal if you are in same directory where's file haruko.c):

"gcc haruko.c -o haruko" - will compile your text file with extension c into haruko binary file
"./haruko" - will run it

gcc haruko.c -o haruko
./haruko


Oh, BTW to close running program use CTRL + c

May 20, 2022

Most Wanted Letter

Input text in text box and find out which letter is most frequent in given text. This is task from CheckIO. You can run this locally on your computer. Here's the MWL v2.5.1.

April 02, 2022

HOW TO DOWNLOAD ICONS FROM A WEBSITE USING FIREFOX

Hello, good day!

Today we will be talking about finding and downloading icons from websites using Firefox.

Open up Firefox
Enter URL of website then press enter
Find page info
Here are a couple ways to find it:
-Press LEFT ALT on the keyboard menu bar will pop up then go to Tools Menu and then Page Info
-or just press CTRL + I

After that go to Media Tab in Page Info
There will be listed images and other like stuff hence Media
Icons are usually among the first few items.
From there you can save them with the button Save As…
As you can see there are different dimensions of icons.

website.address.here/favicon.ico

March 30, 2022

Name Surname Combo

Nomen est omen.

May 10, 2020

January 14, 2020

MMBN3B - My Fldr1

MMBN3B

Legend:
I - ID
M - MegaChip
S - Selected
T - Type: [F]ire, [W]ater, [G]rass, Neutral[.]
-||- - Same as previous

----------------------------------------------

Fldr1

No. ChipName T I MB   Times

01. HiCannon . J 24MB
02. -||-     . K -||-
03. -||-     . L -||-
04. Sword    . L 10MB
05. WideSwrd . L 16MB
06. LongSwrd . L 24MB
07. RndmMetr F V 28MB X2
08. MetaGel1 W B 18MB
09. -||-     W C -||-
10. -||-     W D -||-
11. Mine     . R 16MB X3
12. Snake    G R 20MB
13. AreaGrab . L 15MB X2
14. -||-     . * -||-
15. Recov200 . V 65MB
16. Geddon1  . * 10MB
17. CopyDmg  . * 18MB
18. Invis    . * 11MB X4
19. AntiDmg  . M 45MB S
20. FullCust . * 10MB M
21. Atk+30   . * 50MB M
22. RollV3   . R 34MB M
23. GutsManV2. G 41MB M


[Update March 20 2024 15:48]