Skip to content

Instantly share code, notes, and snippets.

View Aroueterra's full-sized avatar
⚔️
Typing slowly

Avan Aroueterra Aroueterra

⚔️
Typing slowly
  • Gensokyo
View GitHub Profile
model_input
Shape
conv2d/kernel/Initializer/random_uniform/shape
conv2d/kernel/Initializer/random_uniform/min
conv2d/kernel/Initializer/random_uniform/max
conv2d/kernel/Initializer/random_uniform/RandomUniform
conv2d/kernel/Initializer/random_uniform/sub
conv2d/kernel/Initializer/random_uniform/mul
conv2d/kernel/Initializer/random_uniform
conv2d/kernel
@Aroueterra
Aroueterra / Thesis-2.txt
Created November 28, 2020 01:32
Global Script for thesis 2
(Slide 1 Introduction)
//Bound to windowOpened event of jFrame
public void TutorialStuff() {
List<String> list = new ArrayList<>();
// add 5 element in ArrayList
list.add("Input <NP> in the input pattern box to copy the name column values");
list.add("Input <#> in the input pattern box to copy the name column values");
list.add("Input <##> in the input pattern box to copy the name column values");
list.add("Input <###> in the input pattern box to copy the name column values");
list.add("Input <#####> in the input pattern box to copy the name column values");
//Use java settings properties to save state between application use
private void simulateClipBoard() {
javax.swing.table.DefaultTableModel model = (javax.swing.table.DefaultTableModel) table_RenamingInputOutput.getModel();
int np = model.findColumn("[Name]");
if (table_RenamingInputOutput.getSelectedColumn() == np) {
try {
String data = (String) Toolkit.getDefaultToolkit()
.getSystemClipboard().getData(DataFlavor.stringFlavor);
String[] values = data.split("[\\r\\n]+");
if (values.length > 1) {
for (int i = table_RenamingInputOutput.getSelectedRow(), j = 0; i <= table_RenamingInputOutput.getRowCount() - 1 && j <= values.length-1; i++, j++) {
DataTable rs = new DataTable();
using (var odConnection = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\Users\IIG\Desktop\test.xlsx;Extended Properties='Excel 12.0;HDR=YES;IMEX=1;';"))
{
odConnection.Open();
using (OleDbCommand cmd = new OleDbCommand())
{
cmd.Connection = odConnection;
cmd.CommandType = CommandType.Text;
Implement these:
1. Book Request Form (Fund me page adds funds then triggers accepted ID with Title)
2. Search Method (Quick search: Late books; wanted books
3. Student Page
Helpful:
http://dspace.cusat.ac.in/jspui/bitstream/123456789/8218/1/library%20management%20system.pdf