Skip to content

Instantly share code, notes, and snippets.

View mishaAe's full-sized avatar

Mike mishaAe

  • Saint-Petersburg
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@mishaAe
mishaAe / main.dart
Created April 9, 2020 22:22 — forked from MariaMelnik/main.dart
flutter: nested scrollable for bottom sheet
import 'package:flutter/material.dart';
const _persistantBottomSheetHeaderHeight = 30.0;
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Users/mvasilev/github/aksi-java/src/main/java/ru/formatq/telegram/aksi/repository/impl/ChatDaoImpl.java:[9,50] package ru.formatq.telegram.aksi.db.tables.records does not exist
[ERROR] /C:/Users/mvasilev/github/aksi-java/src/main/java/ru/formatq/telegram/aksi/repository/impl/ChatDaoImpl.java:[13,49] package ru.formatq.telegram.aksi.db.tables does not exist
[ERROR] /C:/Users/mvasilev/github/aksi-java/

Exam Structure

Introduction

  1. Describe the features of Oracle Database 12c
  2. Describe the salient features of Oracle Cloud 12c
  3. Explain the theoretical and physical aspects of a relational database
  4. Describe Oracle server’s implementation of RDBMS and object relational database management system (ORDBMS)

Retrieving Data using the SQL SELECT Statement

  1. Explain the capabilities of SQL SELECT statements
  2. Execute a basic SELECT statement

Restricting and Sorting Data

@mishaAe
mishaAe / xubuntu-auto-login.md
Created March 29, 2017 14:35
Enable auto-login on Xubuntu 16.04 using lightdm

Ubuntu

Add user

adduser {_USER_}
usermod -aG sudo {_USER_}n
passwd {_USER_}

Add repositories, uncomment lines containing multiverse, trusty-backports, and partner