Coding/Apps
7 topics in this forum
-
-
- xModerator
- Premium
- 1 reply
- 258 views
Interesting util apps to use in your pc: Browser: - Chlonium - tool to export/import chromium cookies. Emulating: - wincdemu portable - small tool to emulate iso files as cd, can be used to install windows in the same machine from another windows os or to install game. Memory: - HD Tune - CrystalDiskInfo - fdisk (built-in windows cmd) Hardware monitoring: - HW monitor - Check temperatures of your computer's components. - CPU-Z - Hardware details. Network: - Pi Alert - Track network devices and activities. Create bootable devices: - Etcher (Macos, Linux) …
-
-
- 1 follower
- 5 replies
- 2.2k views
wiadomość dla Janka ...i nie tylko . Nie można tworzyć kopii gier na Xboxa za pomocą CloneCD. Powodem jest to, że gry na Xbox są zapisywane zupełnie inaczej niż standardowe DVD i CD. Napęd dvd xboksa odczytuje dane gry z dysku w specjalny sposób (wstecz) w porównaniu ze standardowym napędem. Na normalnych płytach DVD i CD laser odczytuje dane z centrum na zewnątrz, ale gry xbox są odczytywane z zewnątrz. Nie ma standardowego napędu DVD / CD na PC, który mógłby odczytać oryginalną grę xbox, o której wiem. Biorąc to pod uwagę, nie oznacza to, że nie możesz nagrywać kopii zapasowych. Wystarczy przenieść dane gry na dysk twardy komputera. Sposób, w jaki musiałbyś t…
-
- 1 reply
- 541 views
Jumper API is near relase! So i can write you how it will works. Briefing: Conception see above. So purpose is make a hybrid solution to SPA (Single Page Applications) and MPA (Multi Page Applications) with your selected for example frontend framework ex: angular, vue, react. So i separated Jumper Server modules into "Request resolver" and "MVC Framework". So main "MVC Framework" is focused to preapre routings, meta contents by delegating REST API model server data. Request resolver is designed only for REST and CRUD operations in PHP to prepare required data. This hybrid allows you to mix some ideas and good page preparation for SEO.
-
- 0 replies
- 736 views
Better Statistics (General Statistics) Plugin for Invision Community 4.x will display all stats for forums app into one block. Original Author: CinemaVision & Pete T Rewritten by: SeNioR Last Plugin Updated: November 22, 2020. Version: 1.0.0 Compatibility: 4.5 Tested on: 4.5.4 Last Topic Update: November 22, 2020 Download: Better Statistics.xml Oldest versions: IPS 4.3 & 4.4: General Statistics Demo:
-
- 1 follower
- 0 replies
- 454 views
🇵🇱Darmowa wtyczka (aXen) “Group formatting in mention “ 1.0.3by aXenDev pod IPS 4.5 Dzięki i miłego używania. 🇬🇧Free Plugin (aXen) “Group formatting in mention” 1.0.3 by aXenDev for IPS 4.5 ips-group-formatting-in-mention-10003.tar
-
- 2 replies
- 753 views
In this topic i want to share with you my codes which can be usefull for someone (maybe). So have a fun! First of all let's have fun with matrices! 🙂 Usage: Create matrix: let sampleMatrice = new Matrix([25, 11], [23, 11, 45], [13]); [] means array of matrix items as rows Transparent matrix: sampleMatrice = sampleMatrice.transparent(); - will return a new instance of Matrix object, so rememeber about asserting to variable! Calculate any diagonals with: sampleMatrice.getDiagonalToLeft(rowIndexStart, columnIndexStart), sampleMatrice.getDiagonalToRight(rowIndexStart, columnIndexStart) and reversed. Calculate main determinant: sampleMatrice.…
-
- 0 replies
- 382 views
Zapraszam do zapoznania się z nowym projektem naszego klubu - Cardos Studios Jest to biblioteka do zarządzania stanem aplikacji w środowisku React, która pozwala na tworzenie logiki akcji odizolowanej od logiki komponentu. Ów akcje można wywołać w ciale komponentu po zadeklarowaniu w konstruktorze komponentu. Jest to póki co nowatorski projekt, który będzie stopniowo rozwijany. {___base_url___}/index.php?/clubs/page/6-bliblioteka-to-zarządzania-stanem-aplikacji-w-react-jumper/= Przykład użycia: Dekorator akcji: class ExampleAction extends ActionOperation { name = "Example action name"; description = "Example action …