Skip to content

Instantly share code, notes, and snippets.

View dimitarminchev's full-sized avatar
🎯
Focusing on IT

Dimitar Minchev dimitarminchev

🎯
Focusing on IT
View GitHub Profile
@dimitarminchev
dimitarminchev / borica_response.php
Last active December 20, 2023 13:54
Borica Response 4.0
<?php
/*
# Borica Response 4.0
Получаване и обработка на отговор от електронно плащане: [borica_response.php](https://gist.github.com/dimitarminchev/34265c2c780ccff86a545eb4a1ffd88c)
- Документация: [Borica APGW e-Gateway Resources](https://3dsgate-dev.borica.bg/)
- Автор: [доц. д-р Димитър Минчев](http://www.minchev.eu)
- Eлектронна поща: [mitko@bfu.bg](mailto:mitko@bfu.bg)
*/
// Проверка дали има обратно получената информация от БОРИКА?
@dimitarminchev
dimitarminchev / borica_request.php
Last active May 20, 2024 11:06
Borica Request 4.0
<?php
/*
# Borica Request 4.0
Изпращане на заявка за извършване на електронно плащане: [borica_request.php](https://gist.github.com/dimitarminchev/08d8ab833fa481a8cc5c1e365a16c05e)
- Документация: [Borica APGW e-Gateway Resources](https://3dsgate-dev.borica.bg/)
- Автор: [доц. д-р Димитър Минчев](http://www.minchev.eu)
- Eлектронна поща: [mitko@bfu.bg](mailto:mitko@bfu.bg)
*/
// Gateway
@dimitarminchev
dimitarminchev / NASA2018 MicroBit Device
Last active October 21, 2018 04:08
NASA2018 MicroBit Device
/*
"THE A TEAM" proudly presents the project "ROV4KIDS" from the challenge "INVENT YOUR OWN CHALLENGE"
NASA Space Apps Challenge 2018, Burgas Free University, Bulgaria
*/
// Micro:Bit On Start
radio.setGroup(1)
basic.showIcon(IconNames.No)
pins.servoSetPulse(AnalogPin.P0, 0)
pins.servoSetPulse(AnalogPin.P1, 0)
@dimitarminchev
dimitarminchev / NASA2018 MicroBit Control
Last active October 21, 2018 04:09
NASA2018 MicroBit Control
/*
"THE A TEAM" proudly presents the project "ROV4KIDS" from the challenge "INVENT YOUR OWN CHALLENGE"
NASA Space Apps Challenge 2018, Burgas Free University, Bulgaria
*/
// Micro:Bit On Start
radio.setGroup(1)
radio.sendNumber(0)
basic.showIcon(IconNames.No)