Skip to content

Instantly share code, notes, and snippets.

View Selich's full-sized avatar
🏠
Working from home

Nikola Selic Selich

🏠
Working from home
View GitHub Profile
def dadilja(pv, zv):
ps = int(pv[0] + pv[1])
zs = int(zv[0] + zv[1])
pm = int(pv[3] + pv[4])
zm = int(zv[3] + zv[4])
pm += ps * 60
zm += zs * 60
kvota = 100 / 60
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef struct {
char ime[15];
char prezime[15];
int god;
def contains_digit(str):
for c in str:
if c.is_digit():
return True
return False
def print_clients():
from korisnik import get_clients
from korisnik import registration
def main():
print("Opcija?")
korisnici = get_clients()
registration()
#include <stdio.h>
#include <stdlib.h>
#define MAX 30
typedef struct {
char ime[30];
char prz[30];
double bp;
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #ffffff
XTerm*foreground: #ffffff