Arduino 1 8 14
Author: c | 2025-04-24
Serial (port = 'COM4', baudrate = , timeout =.1) 5 6 7 def write_read (x): 8 arduino. write (bytes (x, 'utf-8')) 9 time. sleep (0.05) 10 data = arduino. readline 11 return data 12 13 14 while .a file not created in Arduino - IDE 1.x - Arduino Forum Ide installing permissions sparkfun adjusting. Arduino ide arduino er arduino ide 1 8 9 released imagesArduino ide
arduino/Arduino: Arduino IDE 1.x - GitHub
Basically a network provider module which helps your micro-controller to connect to any WiFi network in the vicinity.35. What is the full form of EEPROM?a) Electrically Encoded Programmable Read Only Memoryb) Encrypted Electronic Programmable Read Only Memoryc) Electrically Erasable Programmable Read Only Memoryd) Electronic Embedded Programmable Read Only MemoryView AnswerAnswer: cExplanation: EEPROM is a type of non-volatile memory which can be programmed and erased by voltage pulses as input. It’s used to handle small amounts of data. Originally EEPROMs supported only small amounts of data handling limited to 1 Byte. But however, nowadays EEPROMs can support page operations of many bytes.36. Why is the Arduino Mega more a viable solution when dealing with complex projects, than the Arduino UNO?a) More flash memory on the Arduino Megab) Higher power rating on the Arduino Megac) Higher SRAM on the Arduino Megad) More number of GPIO pins on the Arduino MegaView AnswerAnswer: bExplanation: The Arduino UNO has 14 pins for IO of which 6 support PWM, while the Arduino Mega has 54 pins for IO of which 14 support PWM. Moreover, the Arduino Mega uses the Atmega2560 microcontroller which has an SRAM of 4K bytes and a flash memory of 256K bytes, whereas the Arduino UNO which is supported by the Atmega328P microcontroller has an SRAM of only 2K bytes and a flash memory of a mere 32K bytes.37. The Atmega168 is an ________ bit chip.a) 32b) 64c) 8d) 16View AnswerAnswer: cExplanation: The Atmega168 is capable of processing 8 bits of data at To the Bluetooth device, click on Connect, select the Bluetooth tab and connect to the Bluetooth module from the list. Note: You have to make sure that your computer/laptop has Bluetooth support in it and it is turned ON while connecting to the module. Language translation support for evive, Arduino, ESP32 and T Watch board for the following language:ChineseJapaneseKannadUpdates:Beautification of the code generated in the Upload Mode.General bugs fixed & system improvements. Release Date – July 14, 2019UpdatesUpdated Dabble library for Arduino Boards and ESP32. Release Date – July 9, 2019New features:Added support for new actuators and sensors for evive, Arduino Mega, Uno, and Nano:Stepper Motor using A4988 Driver28BYJ-48 Stepper MotorIMU Sensor – MPU6050Added extensions for evive, Arduino Mega, Uno, and Nano:Humanoid RobotRobotic Arm (4-axis)Enabled hardware control in stage mode via Bluetooth. Now evive, Arduino Uno, Mega, and Nano can interact with PictoBlox using Bluetooth.Added compatibility with ESP32 board (Currently works only in Upload Mode). Now you can program the ESP32 board using the following extensions:ESP32 basic functionsActuatorsSensorsDabbleLightningCommunicationIoTUpdatesAdded examples for Arduino Uno and ESP32 board. GUI changed for board connection via USB cable and Bluetooth moduleGeneral bugs fixed & system improvements. Release Date – May 14, 2019UpdatesWebGL issue resolved.Added Redo and Undo buttonsGUI Changed for Upload/Stage mode button and Save icon.Added new Sprites and Backgrounds.Implemented automatic Arduino driver installation while software installation.General bugs fixed & system improvements. Release Date – April 10, 2019New FeaturesAdded support for new displays, actuators, and sensors for evive, Arduino Mega, Uno, and Nano:R309 Fingerprint SensorDS18B20 Waterproof Temperature SensorKeypad SensorRFID SensorLCD Display 16 x 24 x 7 Segment Display8 x 8 Dot Metrix DisplayStepper Motor using A4988 Driver28BYJ-48 Stepper MotorAdded new block, display (matrix) of size () px at position (), (), color () & background (), to display a 20 x 16 matrix on eviveTextpad 1 8 14 Download - softthisis.mystrikingly.com
Here are 14 public repositories matching this topic... Code Issues Pull requests Updated Sep 6, 2024 B4X Code Issues Pull requests Traffic Light LEDs controlled by Arduino UNO Updated Sep 6, 2024 B4X Code Issues Pull requests Updated Sep 6, 2024 B4X Code Issues Pull requests Reduction and analysis tools for LMT/B4R Updated Jul 9, 2024 Python Code Issues Pull requests Python environment for the pipeline reduction by b4rpipe Updated Feb 3, 2023 Code Issues Pull requests Open Source Additional Libraries for B4R - development tool for building native Arduino & ESP8266 programs by Anywhere Software. Updated Apr 16, 2022 Code Issues Pull requests A (not exhaustive) list of terms use in learning electronic development with Arduino, ESP8266 and B4R Updated Apr 4, 2022 Code Issues Pull requests Design layouts for 20x4 or 16x2 LCD Displays (with HD44780 controller) connected to Arduino, Raspberry Pi or other. Updated May 8, 2021 Pascal Code Issues Pull requests Create Custom Characters for LCD displays connected to Arduino, Raspberry Pi, Tinkerforge or other Updated May 8, 2021 Pascal Code Issues Pull requests Design LCD Display Layouts for 20x4 or 16x2 displays connected to Arduino, Raspberry Pi or other. Updated Feb 16, 2021 Batchfile Code Issues Pull requests Display the time or the temperature & humidity, packed in a LEGO ® case. Updated Jan 24, 2020 Code Issues Pull requests To build a LEGO ® module to generate and display a random number within a given range. Updated Jan 24, 2020 Code Issues Pull requests. Serial (port = 'COM4', baudrate = , timeout =.1) 5 6 7 def write_read (x): 8 arduino. write (bytes (x, 'utf-8')) 9 time. sleep (0.05) 10 data = arduino. readline 11 return data 12 13 14 while .a file not created in Arduino - IDE 1.x - Arduino Forum Ide installing permissions sparkfun adjusting. Arduino ide arduino er arduino ide 1 8 9 released imagesArduino ideAffinity Photo 1 8 14 - downcfiles
The programmer can write his or her code. After that the code is handed over to the preprocessor and finally the compiler which translates the code into the Arduino’s Assembly Instruction Set.14. What is the microcontroller used in Arduino UNO?a) ATmega32114b) AT91SAM3x8Ec) ATmega2560d) ATmega328pView AnswerAnswer: dExplanation: ATmega328p is a microcontroller which is 32KB of flash ROM and 8-bit microcontroller.15. Which board is the first to use a microcontroller within the build USB?a) RedBoardb) Leonardoc) LilyPadd) UNOView AnswerAnswer: bExplanation: The Leonard is Arduino’s first development board to use one microcontroller with built-in USB. This means that it can be cheaper and simple, And also, code libraries are available which allow the board to emulate a computer keyboard etc.16. Which Arduino Board contains an onboard joystick?a) Arduino Nanob) Arduino UNOc) Arduino Esplorad) Arduino DueView AnswerAnswer: cExplanation: The Arduino Esplora comes with the Atmega32u4 and is based on the Leonardo Hardware. It comes preinstalled with a lot of things including a joystick, buttons, TFT Connector for attaching to external LCD’s, an RGB LED, etc. Due to its configuration and setup, it is perfect for beginners to use.17. What is the function of the IOREF pin on the Arduino UNO?a) To take input voltage and set it as a reference for all GPIO operationsb) To provide a constant 12V DC supplyc) To provide groundd) To provide the voltage corresponding to the standard GPIO working voltage of the boardView AnswerAnswer: dExplanation: The IOREF pin provides the operation voltage reference for the Arduino. Usually on most For a platform. 6. How many analog pins are used in Arduino Mega board?a) 12b) 16c) 8d) 14View AnswerAnswer: bExplanation: It has lots of digital input/output pins, 14 can be used as PWM output 16 analog inputs, a USB connection, a power jack, and a reset button.7. Arduino IDE consists of 2 functions. What are they?a) Loop() and build() and setup()b) Build() and loop()c) Setup() and build()d) Setup() and loop()View AnswerAnswer: dExplanation: Setup() is called once in the program when a sketch starts after power-up. It is used to initialixe variables, input and output pin modes, and other libraries needed in the sketch.Loop() is used after setup() been called, function loop() is executed repeatedly in the main program. It controls the board until the board is powered off or is reset.8. Arduino Codes are referred to as ________ in the Arduino IDE.a) sketchesb) drawingsc) linksd) notesView AnswerAnswer: aExplanation: Any Arduino Code that is saved using the Arduino IDE, is referred to as a “sketch” by the Arduino IDE. These “sketches” are nothing but the code saved in a file with the extension name being “.ino”.9. What is the default bootloader of the Arduino UNO?a) AIR-bootb) GAGc) Optiboot bootloaderd) Bare boxView AnswerAnswer: cExplanation: The optiboot bootloader will take 512 bytes, leaving 32256 bytes for application code. Due to its small size larger up-loadable sketch size is achieved. 10. What does p refer to in ATmega328p?a) Programmable on chipb) Power-Picoc) Productiond) Pico-PowerView AnswerAnswer: dExplanation: Picopower technology employs advanced features like multiple clockAffinity Photo 1 8 14 - coolkfiles
Introduction: DIY Room Temperature DetectorNow you can build your own room temperature monitor using an Arduino board. The circuit is a combination of an Arduino UNO board, LM35 temperature sensor, and 7 segment display. It will display the temperature on the 7 segment in degree C. It can be powered from any standard Arduino AC mains adaptor (9VDC), or from a suitable battery. First of all note that this circuit can not measure the temperature of the whole city or province.It can only measure the temperature of the surroundings!Step 1: Things You Will Needyou will need arduino starter kityou can buy kit from hereDiscount coupon code:GBDADDfollowing things will required from the kit:arduino uno.7 segment .LM35(temperature) sensor.A buzzerRGB LED module.connecting wires.A battery.A registor.A bread board A laptop or pc having arduino IDE installed.etc.Step 2: Now make the circuit according to given picture above.connect 2nd pin to 9th pin to seven segment display.arduino pin 7segment pin 2nd => e3rd => d4th => c5th => dp6th => b7th => a8th => f9th => gnow coonect A0 pin arduino to 2nd pin of LM35.now connect RGB led and buzzer to arduino uno pin no.0,1,13 and 12.Step 3: Programming.....Just copy and paste following code into Arduino IDE and burn the code into Arduino UNO///inti=0;intval;int temp=0;void setup(){Serial.begin(9600);pinMode(2,OUTPUT);pinMode(3,OUTPUT);pinMode(4,OUTPUT);pinMode(5,OUTPUT);pinMode(6,OUTPUT);pinMode(7,OUTPUT);pinMode(8,OUTPUT);pinMode(9,OUTPUT);pinMode(10,OUTPUT);pinMode(11,OUTPUT);pinMode(13,OUTPUT);pinMode(12,OUTPUT);pinMode(1,OUTPUT);pinMode(0,OUTPUT);digitalWrite(0,LOW);digitalWrite(12,LOW);digitalWrite(1,LOW);digitalWrite(13,LOW);digitalWrite(10,LOW);digitalWrite(11,LOW);}void loop(){val = analogRead(A0);float mv = ( val/1024.0)*5000; intcel = mv/10;if(cel{digitalWrite(0,HIGH); digitalWrite(1,LOW); digitalWrite(12,LOW); delay(10);digitalWrite(0,LOW); digitalWrite(1,LOW); digitalWrite(12,LOW);digitalWrite(13,LOW); //Serial.println("lower 30");}if(cel>30 &&cel{digitalWrite(0,LOW); digitalWrite(1,HIGH); digitalWrite(12,LOW); delay(10);digitalWrite(0,LOW); digitalWrite(1,LOW); digitalWrite(12,LOW);digitalWrite(13,LOW);//Serial.println("Higher 30");}if(cel>=40){digitalWrite(13,HIGH); digitalWrite(0,LOW); digitalWrite(1,LOW); digitalWrite(12,HIGH); delay(10); digitalWrite(0,LOW); digitalWrite(1,LOW); digitalWrite(12,LOW);digitalWrite(13,LOW);//Serial.println("Higher 40"); }else{digitalWrite(0,LOW); digitalWrite(1,LOW); digitalWrite(12,LOW); }temp=cel/10;digitalWrite(11,HIGH);SevenSegament(temp);digitalWrite(11,LOW);i=cel%10;digitalWrite(10,HIGH);SevenSegament(i);digitalWrite(10,LOW);}voidSevenSegament(int j){if(j==0){digitalWrite(2,LOW);digitalWrite(3,LOW);digitalWrite(4,LOW);digitalWrite(5,HIGH);digitalWrite(6,LOW);digitalWrite(7,LOW);digitalWrite(8,LOW);digitalWrite(9,HIGH);digitalWrite(2,HIGH);digitalWrite(3,HIGH);digitalWrite(4,HIGH);digitalWrite(5,HIGH);digitalWrite(6,HIGH);digitalWrite(7,HIGH);digitalWrite(8,HIGH);digitalWrite(9,HIGH); }if(j==1){digitalWrite(2,HIGH);digitalWrite(3,HIGH);digitalWrite(4,LOW);digitalWrite(5,HIGH);digitalWrite(6,LOW);digitalWrite(7,HIGH);digitalWrite(8,HIGH);digitalWrite(9,HIGH);digitalWrite(2,HIGH);digitalWrite(3,HIGH);digitalWrite(4,HIGH);digitalWrite(5,HIGH);digitalWrite(6,HIGH);digitalWrite(7,HIGH);digitalWrite(8,HIGH);digitalWrite(9,HIGH); }if(j==2){digitalWrite(2,LOW);digitalWrite(3,LOW);digitalWrite(4,HIGH);digitalWrite(5,HIGH);digitalWrite(6,LOW);digitalWrite(7,LOW);digitalWrite(8,HIGH);digitalWrite(9,LOW);digitalWrite(2,HIGH);digitalWrite(3,HIGH);digitalWrite(4,HIGH);digitalWrite(5,HIGH);digitalWrite(6,HIGH);digitalWrite(7,HIGH);digitalWrite(8,HIGH);digitalWrite(9,HIGH);Affinity Photo 1 8 14 - truemup
#parse the xml from the string dom = parseString(data) #retrieve the first xml tag (data) that the parser finds with name tagName change tags to get different data xmlTag = dom.getElementsByTagName('title')[1].toxml() # the [2] indicates the 3rd title tag it finds will be parsed, counting starts at 0 if xmlTag != datamem: #strip off the tag (data ---> data) xmlData=xmlTag.replace(' ','') #write the marker ~ to serial ser.write(b"~") time.sleep(5) #split the string into individual words nums = xmlData.split(' ') #loop until all words in string have been printed for num in nums: #write 1 word ser.write(bytes(num, 'UTF-8')) # write 1 space ser.write(bytes(' ', 'UTF-8')) # THE DELAY IS NECESSARY. It prevents overflow of the arduino buffer. time.sleep(2) # write ~ to close the string and tell arduino information sending is finished ser.write(b"~") # wait 5 minutes before rechecking RSS and resending data to Arduino datamem = xmlTag time.sleep(30) else: time.sleep(60) #download the rss file feel free to put your own rss url in here file2 = urllib.request.urlopen(' #convert to string data2 = file2.read() #close the file file2.close() #parse the xml from the string dom2 = parseString(data2) #retrieve the first xml tag (data) that the parser finds with name tagName change tags to get different data xmlTag2 = dom2.getElementsByTagName('title')[1].toxml() # the [2] indicates the 3rd title tag it finds will be parsed, counting starts at 0 if xmlTag2 != datamem2: #strip off the tag (data ---> data) xmlData2=xmlTag2.replace(' ','') #write the marker ~ to serial ser.write(b"~") time.sleep(5) #split the string into individual words nums = xmlData2.split(' ') #loop until all words in string have been printed for num in nums: #write 1 word ser.write(bytes(num, 'UTF-8')) # write 1 space ser.write(bytes(' ', 'UTF-8')) # THE DELAY IS NECESSARY. It prevents overflow of the arduino buffer. time.sleep(2) # write ~ to close the string and tell arduino information sending is finished ser.write(b"~") # wait 5 minutes before rechecking RSS and resending data to Arduino datamem2 = xmlTag2 time.sleep(120) else: time.sleep(60)Step 6: Getting It to WorkUpload the Arduino Code to the Arduino itself. Put the Python code into a .py file. If all goes according to plan, if you run the .py file, you should see the text start appearing after about 10 seconds. Every time a word is outputted, the LED should flash and the servo moves as well.If it doesn't work:Check the port in the python file. Your Arduino may be labeled differently or be numbered differently.Check that the RSS feed doesn't have a ~ in the data. That will throw things out of whack.Try running the .py file from the command line as an administrator. Sometimes the script doesn't have proper permissions to access the COM ports. Serial (port = 'COM4', baudrate = , timeout =.1) 5 6 7 def write_read (x): 8 arduino. write (bytes (x, 'utf-8')) 9 time. sleep (0.05) 10 data = arduino. readline 11 return data 12 13 14 while .a file not created in Arduino - IDE 1.x - Arduino Forum Ide installing permissions sparkfun adjusting. Arduino ide arduino er arduino ide 1 8 9 released imagesArduino ideAffinity Designer 1 8 14 - coolnfile
My OS is Ubuntu 18.04 and arduino was working until now.Although there are a few solutions, none of them seems to work for me.I followed these instructions on the arduino website.Then I tried this on arduino Stack Exchange, which should work in cases where the first solution didn't. The answer says we should create a few rules on /etc/udev/ruled.d/ path.But none of them worked for me.I also tested arduino in Windows 10 to see if it was a hardware problem, but it worked fine.Does anyone have any other ideas on how to solve this issue?UPDATE:My username, sergio, is part of both groups (tty and dialout);I logged out and back in as arduino official tutorial explains;In Arduino IDE, the configurations are correct: Arduino UNO and ttyACM0This is the output of ll /dev/ttyACM0 after running the tutorial commands:crw-rw-rw- 1 root dialout 166, 0 Jul 15 05:41 /dev/ttyACM0UPDATE 2:I've created a script to solve this: asked Jul 15, 2018 at 12:11 sergiomafrasergiomafra7191 gold badge6 silver badges13 bronze badges 7 I had a similar issue when I tried to upload a sketch to Arduino. The issue was connected to the lack of permissions to read/write to the serial port. I was able to fix by using the following command:To confirm the port exists enter the following from the root directory. ls /dev/ttyACM0To set read/write permissions, enter the followingsudo chmod a+rw /dev/ttyACM0 answered Jan 22, 2019 at 6:13 AdrianAdrian9847 silver badges2 bronze badges 4 Reinstall your arduino installed from Ubuntu software center:sudo apt install --reinstall arduinoReinstalling is necessary since your which avrdude command according to your comment returns nothing, but should be /usr/bin/avrdude. Check again:which avrdudeRun your Arduino IDE after reinstalling and close it.Check your arduino configuration. Open /home/sergio/.arduino/preferences.txt file and check there serial.port option. Try to change it to /dev/ttyACM0. Open that file:sudo nano /home/sergio/.arduino/preferences.txtand apply corresponding changes, i.e. the option should lookserial.port=/dev/ttyACM0Restart computer afterwards. answered Jul 15, 2018 at 14:33 BobBob2,56312 silver badges15 bronze badges 1 Here's what worked for me:Uninstall the version from Apt, it doesn't work properly (sudo apt uninstall arduino; sudo apt autoremove)Install the version from the Arduino websitesudo aptComments
Basically a network provider module which helps your micro-controller to connect to any WiFi network in the vicinity.35. What is the full form of EEPROM?a) Electrically Encoded Programmable Read Only Memoryb) Encrypted Electronic Programmable Read Only Memoryc) Electrically Erasable Programmable Read Only Memoryd) Electronic Embedded Programmable Read Only MemoryView AnswerAnswer: cExplanation: EEPROM is a type of non-volatile memory which can be programmed and erased by voltage pulses as input. It’s used to handle small amounts of data. Originally EEPROMs supported only small amounts of data handling limited to 1 Byte. But however, nowadays EEPROMs can support page operations of many bytes.36. Why is the Arduino Mega more a viable solution when dealing with complex projects, than the Arduino UNO?a) More flash memory on the Arduino Megab) Higher power rating on the Arduino Megac) Higher SRAM on the Arduino Megad) More number of GPIO pins on the Arduino MegaView AnswerAnswer: bExplanation: The Arduino UNO has 14 pins for IO of which 6 support PWM, while the Arduino Mega has 54 pins for IO of which 14 support PWM. Moreover, the Arduino Mega uses the Atmega2560 microcontroller which has an SRAM of 4K bytes and a flash memory of 256K bytes, whereas the Arduino UNO which is supported by the Atmega328P microcontroller has an SRAM of only 2K bytes and a flash memory of a mere 32K bytes.37. The Atmega168 is an ________ bit chip.a) 32b) 64c) 8d) 16View AnswerAnswer: cExplanation: The Atmega168 is capable of processing 8 bits of data at
2025-04-07To the Bluetooth device, click on Connect, select the Bluetooth tab and connect to the Bluetooth module from the list. Note: You have to make sure that your computer/laptop has Bluetooth support in it and it is turned ON while connecting to the module. Language translation support for evive, Arduino, ESP32 and T Watch board for the following language:ChineseJapaneseKannadUpdates:Beautification of the code generated in the Upload Mode.General bugs fixed & system improvements. Release Date – July 14, 2019UpdatesUpdated Dabble library for Arduino Boards and ESP32. Release Date – July 9, 2019New features:Added support for new actuators and sensors for evive, Arduino Mega, Uno, and Nano:Stepper Motor using A4988 Driver28BYJ-48 Stepper MotorIMU Sensor – MPU6050Added extensions for evive, Arduino Mega, Uno, and Nano:Humanoid RobotRobotic Arm (4-axis)Enabled hardware control in stage mode via Bluetooth. Now evive, Arduino Uno, Mega, and Nano can interact with PictoBlox using Bluetooth.Added compatibility with ESP32 board (Currently works only in Upload Mode). Now you can program the ESP32 board using the following extensions:ESP32 basic functionsActuatorsSensorsDabbleLightningCommunicationIoTUpdatesAdded examples for Arduino Uno and ESP32 board. GUI changed for board connection via USB cable and Bluetooth moduleGeneral bugs fixed & system improvements. Release Date – May 14, 2019UpdatesWebGL issue resolved.Added Redo and Undo buttonsGUI Changed for Upload/Stage mode button and Save icon.Added new Sprites and Backgrounds.Implemented automatic Arduino driver installation while software installation.General bugs fixed & system improvements. Release Date – April 10, 2019New FeaturesAdded support for new displays, actuators, and sensors for evive, Arduino Mega, Uno, and Nano:R309 Fingerprint SensorDS18B20 Waterproof Temperature SensorKeypad SensorRFID SensorLCD Display 16 x 24 x 7 Segment Display8 x 8 Dot Metrix DisplayStepper Motor using A4988 Driver28BYJ-48 Stepper MotorAdded new block, display (matrix) of size () px at position (), (), color () & background (), to display a 20 x 16 matrix on evive
2025-03-28Here are 14 public repositories matching this topic... Code Issues Pull requests Updated Sep 6, 2024 B4X Code Issues Pull requests Traffic Light LEDs controlled by Arduino UNO Updated Sep 6, 2024 B4X Code Issues Pull requests Updated Sep 6, 2024 B4X Code Issues Pull requests Reduction and analysis tools for LMT/B4R Updated Jul 9, 2024 Python Code Issues Pull requests Python environment for the pipeline reduction by b4rpipe Updated Feb 3, 2023 Code Issues Pull requests Open Source Additional Libraries for B4R - development tool for building native Arduino & ESP8266 programs by Anywhere Software. Updated Apr 16, 2022 Code Issues Pull requests A (not exhaustive) list of terms use in learning electronic development with Arduino, ESP8266 and B4R Updated Apr 4, 2022 Code Issues Pull requests Design layouts for 20x4 or 16x2 LCD Displays (with HD44780 controller) connected to Arduino, Raspberry Pi or other. Updated May 8, 2021 Pascal Code Issues Pull requests Create Custom Characters for LCD displays connected to Arduino, Raspberry Pi, Tinkerforge or other Updated May 8, 2021 Pascal Code Issues Pull requests Design LCD Display Layouts for 20x4 or 16x2 displays connected to Arduino, Raspberry Pi or other. Updated Feb 16, 2021 Batchfile Code Issues Pull requests Display the time or the temperature & humidity, packed in a LEGO ® case. Updated Jan 24, 2020 Code Issues Pull requests To build a LEGO ® module to generate and display a random number within a given range. Updated Jan 24, 2020 Code Issues Pull requests
2025-04-14