This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.gns_it.liqpaytest; | |
import android.net.Uri; | |
import android.support.v7.app.AppCompatActivity; | |
import android.os.Bundle; | |
import android.util.Base64; | |
import android.util.Log; | |
import android.view.View; | |
import android.widget.Button; | |
import android.widget.Toast; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"events": [], | |
"groups": [ | |
{ | |
"title": "Python", | |
"description": "Мова програмування Python – ідеальний варіант для старту в IT. Він потужний, але при цьому простий у вивченні. Програмний код на Python легко читається і набагато лаконічніший, ніж еквівалентний код на інших мовах. Це не тільки спрощує життя розробникам, але і заощаджує його час.\r\nАнглійською Python звучить як «пайтон», але серед програмістів більш поширена назва «пітон». Та все ж походження слова не пов’язане з плазуном. Автор мови Гвідо ван Россум назвав його в честь комедійного телешоу «Літаючий цирк Монті Пайтона» (Monty python's Flying Circus).\r\nДля вивчення Python не потрібно спеціальних знань. Достатньо володіти комп’ютером на рівні користувача. \r\nЗавдяки своїм незаперечним перевагам мова має широкий попит на ринку. Серед компаній, які її використовують: Google, Dropbox, Yandex, Intel, Cisco, Hewlett-Packard, IBM. На Python розроблялися Ubuntu, BitTorrent і YouTube.\r\nВи теж вирішили розвиватися в цьому напрямку |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sync resp {"events":[],"courses":{"android":{"title":"\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u0434 Android","description":"Android development \u2013 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f Android, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0443\u0440\u043e\u0432\u043d\u0435\u0439 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0438, \u043f\u043e\u0441\u043b\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0442\u044b \u0441\u0442\u0430\u043d\u0435\u0448\u044c android-\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043c \u0443\u0440\u043e\u0432\u043d\u044f Junior. \u0422\u0430\u043a\u0436\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 Roadmap \u |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
05-31 15:59:50.107 15659-16647/com.android.itea I/System.out: <head> | |
05-31 15:59:50.107 15659-16647/com.android.itea I/System.out: <meta charset="UTF-8" /> | |
05-31 15:59:50.107 15659-16647/com.android.itea I/System.out: <meta name="robots" content="noindex,nofollow" /> | |
05-31 15:59:50.108 15659-16647/com.android.itea I/System.out: <title> Error: Cannot use object of type Symfony\Component\HttpFoundation\ParameterBag as array (500 Internal Server Error) | |
05-31 15:59:50.108 15659-16647/com.android.itea I/System.out: </title> | |
05-31 15:59:50.108 15659-16647/com.android.itea I/System.out: <link href="http://itea-api-test.dev.gns-it.com/bundles/framework/css/structure.css" rel="stylesheet" /> | |
05-31 15:59:50.109 15659-16647/com.android.itea I/System.out: <link href="http://itea-api-test.dev.gns-it.com/bundles/framework/css/body.css" rel="stylesheet" /> | |
05-31 15:59:50.109 15659-16647/com.android.itea I/System.out: <link href="http://itea-api-test.dev.gns- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout android:background="@color/bg_1" | |
android:id="@+id/arch" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
xmlns:android="http://schemas.android.com/apk/res/android"> | |
<io.codetail.widget.RevealFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/main_container" | |
android:background="@color/bg_2" | |
android:layout_width="match_parent" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:gravity="center" | |
android:visibility="invisible" | |
android:id="@+id/main_container" | |
android:orientation="vertical"> | |
<io.codetail.widget.RevealFrameLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.support.v7.widget.RecyclerView; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.ImageView; | |
import com.android.lviv.R; | |
import com.squareup.picasso.Picasso; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package be.motti.tort.adapters; | |
import android.content.Context; | |
import android.content.Intent; | |
import android.support.v7.widget.RecyclerView; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.ImageView; | |
import android.widget.LinearLayout; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package be.motti.tort.adapters; | |
import android.content.Context; | |
import android.content.Intent; | |
import android.support.v7.widget.RecyclerView; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.ImageView; | |
import android.widget.LinearLayout; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Alnome { | |
private double bpm = 180; | |
private int beat; | |
private int noteValue; | |
private int silence; | |
private double beatSound; | |
private double sound; |
NewerOlder