Skip to content

Instantly share code, notes, and snippets.

View NidPlays's full-sized avatar
🌏
Hybrid Work model 💯

Nidish G NidPlays

🌏
Hybrid Work model 💯
View GitHub Profile
@NidPlays
NidPlays / diabetes_early-_-detection.ipynb
Created September 7, 2022 10:14
Diabetes_Early _ Detection.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NidPlays
NidPlays / something.php
Last active September 22, 2017 11:59
UH the form thingy
<?php
//This is declaration part
//
$ui = new SimpleForm('Choose The Server You want to transfer to', '');
$button1 = new Button('SkyrimButton');
$ui->addButton($button1);
$button1->addImage(Button::IMAGE_TYPE_URL, 'https://minecraft.gamepedia.com/media/minecraft.gamepedia.com/4/4b/Light_Blue_Glazed_Terracotta.png?version=9a75c5ea5247b6cec95ddf926c8fe27b');
$button2 = new Button('DiamondButton');
$button2->addImage(Button::IMAGE_TYPE_URL, 'https://minecraft.gamepedia.com/media/minecraft.gamepedia.com/4/40/Block_of_Diamond.png?version=44e4a59faca2c039eb23ef30fadb6947');