Guild icon
Drowning LOL
ogólny
ZumBeispiel joined the server. 30/08/2024 14:24
Avatar
ZumBeispiel 30/08/2024 14:25
Wenn ist das Nunstück git und Slotermeyer? Ja! Beiherhund das Oder die Flipperwaldt gersput!
Avatar
Please develop good habits to avoid regret. By the moon and the starlight, by the shield and the sword, I summon to me, my Honda Accord!
Mario Bros joined the server. 30/08/2024 14:26
Avatar
Mario Bros 30/08/2024 14:28
Avatar
Mario Bros 30/08/2024 14:33
Avatar
Kto ma konto na supabase, niech wyśle mi maila na dm
Kronikarz joined the server. 11/09/2024 12:19
Avatar
Avatar
Kronikarz
Click to see original message
Sticker
Avatar
Mario Bros 20/09/2024 17:30
ustawienie czasu
17:30
#include <DS1307.h> uint8_t set_Sec = 0; /* Set the Seconds / uint8_t set_Minute = 47; / Set the Minutes / uint8_t set_Hour = 3; / Set the Hours / uint8_t set_Day = 13; / Set the Day / uint8_t set_Month = 05; / Set the Month / uint16_t set_Year = 2022; / Set the Year / uint8_t sec, minute, hour, day, month; uint16_t year; DS1307 rtc; void setup(void){ Serial.begin(115200); /Set the baudrate to 115200/ rtc.begin(); /03:47:00 13.05.2022 //sec, min, hour, day, month, year/ rtc.set(set_Sec, set_Minute, set_Hour, set_Day, set_Month, set_Year); rtc.stop(); /stop/pause RTC/ rtc.start(); /start RTC/ delay(1000); /Wait for 1000mS*/ Serial.print("You have set: "); Serial.print("\nTime: "); Serial.print(set_Hour, DEC); Serial.print(":"); Serial.print(set_Minute, DEC); Serial.print(":"); Serial.print(set_Sec, DEC); Serial.print("\nDate: "); Serial.print(set_Day, DEC); Serial.print("."); Serial.print(set_Month, DEC); Serial.print("."); Serial.print(set_Year, DEC); Serial.println(""); } void loop(void){}
17:30
czytanie czasu
17:30
#include <DS1307.h> uint8_t sec, minute, hour, day, month; uint16_t year; DS1307 rtc; void setup(void){ Serial.begin(115200); /Set the baudrate to 115200/ rtc.begin(); rtc.start(); /start RTC/ delay(1000); /Wait for 1000mS/ } void loop(void){ /get time from RTC/ rtc.get(&sec, &minute, &hour, &day, &month, &year); /serial output/ Serial.print("\nTime: "); Serial.print(hour, DEC); Serial.print(":"); Serial.print(minute, DEC); Serial.print(":"); Serial.print(sec, DEC); Serial.print("\nDate: "); Serial.print(day, DEC); Serial.print("."); Serial.print(month, DEC); Serial.print("."); Serial.print(year, DEC); Serial.println(""); /wait a second/ delay(1000); }
17:34
17:35
17:36
17:38
17:48
17:49
17:50
17:52
17:56
17:57
ZumBeispiel joined the server. 20/09/2024 18:18
Avatar
MyDockFinder Steam version free. Contribute to jtlw99/mydockfinder-steam-free development by creating an account on GitHub.
18:35
Avatar
ZumBeispiel 11/10/2024 18:36
Learn LoRa basics and how it can be used with the ESP32 for IoT projects using the Arduino IDE. You'll also create a LoRa Sender and LoRa Receiver with RFM95
18:57
flowey_the_flour
Avatar
The online Telephone Game! Play the popular game for free now
Avatar
Mario Bros 17/11/2024 09:06
Avatar
Mario Bros 17/11/2024 11:38
Avatar
kto się zna na c++, możesz mi pomóc? https://codeberg.org/TurquoiseX01/SmallGameCpp #include "level.h" #include "raylib.h" #include "global.cpp" #include "vector" int Level::getTileAt(Vector2 position) { int x = (int)position.x; int y = (int)position.y; if (x < 0 || y < 0 || x >= width || y >= height) { return -1; } int tile_idx = x + y * width; if (tile_idx < 0 || tile_idx >= tiles.size()) { return -1; } return tiles[tile_idx]; } void Level::draw() { Color tile_color; for (int y = 0; y < height; y++) { for (int x = 0; x < width; x++) { Vector2 tile_pos; tile_pos.x = x; tile_pos.y = y; int tile = getTileAt(tile_pos); if (tile == 0) { continue; } else if (tile == 1) { tile_color = BLACK; } else if (tile == 2) { tile_color = RED; } DrawRectangle(tile_pos.x * TILE_SIZE, tile_pos.y * TILE_SIZE, TILE_SIZE, TILE_SIZE, tile_color); } } } std::vector<Rectangle> Level::getTileCollisions() { std::vector<Rectangle> tile_collisions; for (int y = 0; y < height; y++) { for (int x = 0; x < width; x++) { Vector2 tile_pos; tile_pos.x = x; tile_pos.y = y; int tile = getTileAt(tile_pos); if (tile == -1) { continue; } if (tile != 0) { Rectangle tile_rect = {tile_pos.x * TILE_SIZE, tile_pos.y * TILE_SIZE}; tile_rect.width = TILE_SIZE; tile_rect.height = TILE_SIZE; tile_collisions.push_back(tile_rect); } } } return tile_collisions; }; w pliku level.cpp nie działa funkcja getTileCollisions() bo getTileAt() zawsze zwraca -1 ale w draw() działa
10:23
@everyone
Avatar
Mario Bros 15/02/2025 10:23
idk
10:23
chb tak
Avatar
poll_question_text
Czy zapraszamy Mateusza? (BlueMaT)
victor_answer_votes
2
total_votes
2
victor_answer_id
1
victor_answer_text
Tak
victor_answer_emoji_name
BlueMaT joined the server. 16/02/2025 11:49
Avatar
A ja mam jedno pytanie
Avatar
Avatar
BlueMaT
A ja mam jedno pytanie
Jakie?
Avatar
@ZumBeispiel czy ty jeszcze żyjesz i byłbyś w stanie mi wysłać pliki z kicada do cansata (czy tam stacji pogodowej jak to było), wiem że nie chodzisz na zajęcia ale przydało by się do cansata te pliki mieć bo wysyłałeś tylko zdjęcia a z zdjęciami nie zawiele zrobie.
11:55
i kamil mnie naciska żebym to rysował od nowa
11:58
ktoś coś wie co się dzieje z rafałem?
Avatar
Niezbyt
Avatar
#doctor-who-out-of-context Welcome, you are unauthorised. Your death will now be implemented. Please remain calm while your life is terminated. Please cooperate in your officially sanctioned termination. It is normal to experience fear during your incineration.
NVIDIA (Un)official joined the server. 09/07/2025 12:41
Pan Gronostaj joined the server. 09/07/2025 18:24
Avatar
Avatar
NVIDIA (Un)official
Click to see original message
Pan Gronostaj 10/07/2025 19:47
Avatar
Avatar
Pan Gronostaj
Click to see original message
Pan Gronostaj 10/07/2025 19:47
Avatar
Avatar
Mario Bros
Click to see original message
Pan Gronostaj 10/07/2025 19:51
Avatar
Avatar
ZumBeispiel
Click to see original message
Pan Gronostaj 10/07/2025 19:51
Avatar
NVIDIA (Un)official 11/07/2025 00:10
linux
00:10
Avatar
NVIDIA (Un)official 11/07/2025 12:08
Avatar
Avatar
NVIDIA (Un)official
Click to see attachment 🖼️
Sticker
Avatar
NVIDIA (Un)official 11/07/2025 12:55
12:55
linux linux
Avatar
NVIDIA (Un)official 11/07/2025 15:05
Avatar

THIS SERVER IS NOW PERMANENTLY ARCHIVED

If you want to talk somewhere, go to Safespace ULtd.
(edited)
Exported 76 message(s)
Timezone: UTC+1