Yudi Purwanto

Results 8 issues of Yudi Purwanto

I'm not sure this code, this is correct? ``` #! /usr/bin/env ruby require 'agent' require 'time' require 'nokogiri' require 'open-uri' t = Time.now DIR = t.strftime('%Y-%m') Dir.mkdir(DIR) unless File.exists?(DIR) #...

I'm use 2 options for connect with ping, but not working 1. ``` def __init__(self): if self._db_connection is None: self._db_connection = MySQLdb.connect( host=config.mysqlhost, user=config.mysqluser, passwd=config.mysqlpass, db=config.mysqldbnm ) self._db_cur = self._db_connection.cursor()...

How to implementation play from assets data

Silahkan isi beberapa data berikut ya: ``` ### MEMBANGUN RESTFUL API DENGAN LUMEN - Creator: Yudi Purwanto - URL: https://santrikoding.com/ebook/membangun-restful-api-aplikasi-kasir-dengan-lumen - Description: Ebook Belajar Resful API dengan Lumen disertai dengan...

data-proposal

``` 07-19 23:04:12.938 7531-7531/app.com.thetechnocafe.kotlinweather E/AndroidRuntime: FATAL EXCEPTION: main Process: app.com.thetechnocafe.kotlinweather, PID: 7531 android.util.AndroidRuntimeException: requestFeature() must be called before adding content at com.android.internal.policy.PhoneWindow.requestFeature(PhoneWindow.java:317) at app.com.thetechnocafe.kotlinweather.Dialogs.ForecastDialogFragment.onResume(ForecastDialogFragment.kt:56) at android.support.v4.app.Fragment.performResume(Fragment.java:2238) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1346) at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1528)...