Skip to content

Instantly share code, notes, and snippets.

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

Omurbek Dulatov oma256

🏠
Working from home
  • Bakai Bank
  • Bishkek
View GitHub Profile
@admin.register(PatientIndicator)
class PatientIndicator(ExportMixin, admin.ModelAdmin):
list_display = (
'get_patient',
'dyspnea',
'position_bed',
'heartbeat',
'stack',
'weight',
'arterial_pressure',
#include < conio.h >
#include < string.h >
#include < stdio.h >
#include <clocale>
void main() {
setlocale(LC_CTYPE, "russian");
char p[50], key[15];
int i, n, j;
/*Программа шифрования кодом Цезаря*/
#include <stdio.h>//необходимо для printf
#include <conio.h>//необходимо для getch
#include <string.h>//необходимо для puts
#include <clocale>
int main()
{
setlocale(LC_CTYPE, "rus");