레이블이 information인 게시물을 표시합니다. 모든 게시물 표시
레이블이 information인 게시물을 표시합니다. 모든 게시물 표시

2016년 5월 6일 금요일

Microsoft PowerApps Preview start - Build app without coding




You can make application like this.


if you want to use, sign up with school email or company email.

In advance, I sign up.
After login, page like this.


I will show you sample apps first.


I click the "Open the phone"


All button can click and has linked views.

If you want make your app,
download the powerapps for windows.


after login,



I will show you make app later. (may be next posting)


Let's make app without coding.
Using PowerApps.


2016년 4월 25일 월요일

Google I/O 2016 conference will coming

https://events.google.com/io2016/

Schedule
May 18 ~ 20
https://events.google.com/io2016/schedule#day1

This is what google I/O 2016

Google I/O is for developers—the creative coders who are building what’s next. Together we’ll explore the latest in tech, mobile, and beyond.

2016년 4월 21일 목요일

Code Highlight setting on Google Blogger

1. Go to your blog home -> template -> edit HTML



2. Add CSS code
add to <b:skin> part



3. Add Javascript code
add to <head>  part



4. Add Javascript code to body tag


5. Use
use textarea OR pre tag
class="language" name="code"




I hope you could use this.
Thanks

Android Studio 2 install (안드로이드 스투디오2 다운로드)



You can download on this site.
http://tools.android.com/download/studio/builds/2-0

Windows: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.20/android-studio-ide-143.2739321-windows.zip
Mac: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.20/android-studio-ide-143.2739321-mac.zip
Linux: https://dl.google.com/dl/android/studio/ide-zips/2.0.0.20/android-studio-ide-143.2739321-linux.zip


2016년 4월 19일 화요일

Materialize - Material Design plugin



Link: http://materializecss.com/

This plugin like bootstrap, i think.
but this plugin is develop version.(not deployed)


This is showcase.




I will use this plugin later.
It's awesome!

2016년 4월 14일 목요일

Facebook F8 conference

https://www.fbf8.com/

F8 is conference for developer.
Two days of new products, tools, interactive demos and speakers to help you build, grow and monetize your apps.


And you can see video in this time.
(not live)
https://developers.facebook.com/videos



Extras
You can download F8 application
(I think not useful because conference has ended)



Google Play Store: https://play.google.com/store/apps/details?id=com.facebook.f8
Apple Store: https://itunes.apple.com/us/app/f8/id853467066?mt=8

2016년 4월 12일 화요일

Blogger page vs post

See this video



It shows Wordpress blog pages, posts, but basic concept is same.

Posts

Posts are entries listed in reverse chronological order on the blog home page
Like this URL example
http://blogspot.pineoc.com/2016/04/12/post-vs-page/


Pages

Pages are static and are not listed by date. Pages do not use tags or categories.
Like this URL example
http://blogspot.pineoc.com/post-vs-page/

Ref : https://en.support.wordpress.com/post-vs-page/

2016년 4월 10일 일요일

Azure 인디 개발자들을 위한 정보!


https://www.microsoft.com/ko-kr/events/gamedev

마이크로소프트에서 Azure를 많이 알리고 있네요 요즘 ㅎㅎ
인디 개발사들이 Azure를 잘 쓸수 있도록
정보도 많이 올리고 있고 아래와 같은 서비스들을 소개하고 있습니다.




BizSpark 신청하고 Azure 사용해보세요!

2016년 4월 1일 금요일

Google Play warning: You are using a vulnerable version of OpenSSL

Google Play warning: You are using a vulnerable version of OpenSSL

I received mail to google.
contents is this.

Hello Google Play Developer,
Your app(s) listed at the end of this email utilize a version of OpenSSL that contains one or more security vulnerabilities. If you have more than 20 affected apps in your account, please check theDeveloper Console for a full list.
Please migrate your app(s) to OpenSSL 1.02f/1.01r or higher as soon as possible and increment the version number of the upgraded APK. Beginning July 11, 2016, Google Play will block publishing of any new apps or updates that use older versions of OpenSSL. If you’re using a 3rd party library that bundles OpenSSL, you’ll need to upgrade it to a version that bundles OpenSSL 1.02f/1.01r or higher.
The vulnerabilities were addressed in OpenSSL 1.02f/1.01r. The latest versions of OpenSSL can be downloaded here. To confirm your OpenSSL version, you can do a grep search for ($ unzip -p YourApp.apk | strings | grep "OpenSSL").
To confirm you’ve upgraded correctly, submit the updated version to the Developer Console and check back after five hours. If the app hasn’t been correctly upgraded, we will display a warning.
The vulnerabilities include "logjam" and CVE-2015-3194. The Logjam attack allows a man-in-the-middle attacker to downgrade vulnerable TLS connections to 512-bit export-grade cryptography. This allows the attacker to read and modify any data passed over the connection. Details about other vulnerabilities are available here. For other technical questions, you can post to Stack Overflow and use the tags “android-security” and “OpenSSL.”
While these specific issues may not affect every app that uses OpenSSL, it’s best to stay up to date on all security patches. Apps with vulnerabilities that expose users to risk of compromise may be considered in violation of our Malicious Behavior policy and section 4.4 of the Developer Distribution Agreement.
Apps must also comply with the Developer Distribution Agreement and Developer Program Policies. If you feel we have sent this warning in error, contact our policy support team through theGoogle Play Developer Help Center.
Regards,
The Google Play Team
©2016 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043 

Email like this and my app is implemented using cocos2d-x engine.

The app cocos2d-x version 3.8
I Think this issue not critical, but we should fix it. 

2016년 3월 28일 월요일

Make GitHub.io page


https://pages.github.com/

You can make GitHub.io page in this link.


1. Create repository, name using your username, example : pineoc.github.io

2. Clone the repo

3. create an index file (index.html)


4. commit & sync

2016년 3월 24일 목요일

Nightwatch.js

Nightwatch.js
homepage: http://nightwatchjs.org/
Nightwatch.js GitHub: https://github.com/nightwatchjs/nightwatch

Nightwatch.js is testing solution.
In nightwatch homepage say:
 "Nightwatch.js is an automated testing framework for web applications and websites, written in Node.js and using the Selenium WebDriver API."

- Guide
Guide : http://nightwatchjs.org/guide

- Install

//install nightwatch
$npm install nightwatch

//install selenium server
$wget http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar

//runing
$java -jar selenium-server-standalone-2.53.0.jar

11:47:47.404 INFO - Launching a standalone Selenium Server
11:47:47.690 INFO - Java: Oracle Corporation 25.60-b23
11:47:47.690 INFO - OS: Windows 8.1 6.3 x86
11:47:47.819 INFO - v2.53.0, with Core v2.53.0. Built from revision 35ae25b
11:47:48.155 INFO - Driver class not found: com.opera.core.systems.OperaDriver
11:47:48.155 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
11:47:48.169 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform WIN8_1
11:47:48.170 INFO - Driver class not found: org.openqa.selenium.htmlunit.HtmlUnitDriver
11:47:48.170 INFO - Driver provider org.openqa.selenium.htmlunit.HtmlUnitDriver is not registered
11:47:49.851 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
11:47:49.851 INFO - Selenium Server is up and running

//help selenium server
$java -jar selenium-server-standalone-2.53.0.jar -help

- Configure
//file setting, nightwatch.json

- In my test

1. Start selenium server
$java -jar selenium-server-standalone-2.53.0.jar

2. Start nightwatch

##Before start nightwatch##
$npm install nightwatch -g
$mkdir nightwatch-test
$cd nightwatch-test
$npm install nightwatch
$cp -r node_modules/nightwatch/examples .
##End##

//Do tests
$nightwatch

[Digg] Test Suite
=================
digg module is disabled, skipping...

[Github] Test Suite
===================

Running:  Demo test GitHub

Error retrieving a new session from the selenium server
{ state: 'unhandled error',
  sessionId: null,
  hCode: 17478365,
  value:
   { buildInformation:
      { buildRevision: '35ae25b',
        buildTime: '2016-03-15 17:00:58',
        releaseLabel: '2.53.0',
        hCode: 87554,
        class: 'org.openqa.selenium.internal.BuildInfo' },
     cause: null,
     systemInformation: 'System info: host: \'pineoc-pc\', ip: \'192.168.99.1\', os.name: \'Windows 8.1\', os.arch: \'x86\', os.version: \'6.3\', java.version: \'1.8.0_60\'',
     additionalInformation: '\nDriver info: driver.version: FirefoxDriver',
     screen: null,
     suppressed: [ [length]: 0 ],
     class: 'org.openqa.selenium.WebDriverException',
     localizedMessage: 'Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: WIN8_1\nBuild info: version: \'2.53.0\', revision: \'35ae25b\', time: \'2016-03-15 17:00:5
8\'\nSystem info: host: \'pineoc-pc\', ip: \'192.168.99.1\', os.name: \'Windows 8.1\', os.arch: \'x86\', os.version: \'6.3\', java.version: \'1.8.0_60\'\nDriver info: driver.version: FirefoxDriver',
     supportUrl: null,
     message: 'Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: WIN8_1\nBuild info: version: \'2.53.0\', revision: \'35ae25b\', time: \'2016-03-15 17:00:58\'\nSyst
em info: host: \'pineoc-pc\', ip: \'192.168.99.1\', os.name: \'Windows 8.1\', os.arch: \'x86\', os.version: \'6.3\', java.version: \'1.8.0_60\'\nDriver info: driver.version: FirefoxDriver',
     hCode: 5692872 },
  class: 'org.openqa.selenium.remote.Response',
  status: 13 }

Connection refused! Is selenium server started?

...
install firefox please.

I will return install firefox next time.


2016년 3월 22일 화요일

king.com release their game engine, Defold


http://www.defold.com/


Defold is 2D game engine.
You can make game using Lua.



first, login using google account
and you can get the tutorial, editor.



I don't have programming exp on lua.
but this engine like it!

2016년 3월 18일 금요일

Classroom for GitHub




Classroom page after sign in.



You can make classroom of your organizations.
(your own organization only)

#Make classroom




This link can access invited user.
https://classroom.github.com/classrooms/17920673-treedreamer


#Create assignment

You can make assignment

1. Individual assignment
2. Group assignment




first individual assignment added.

Go to this link, show this page


If accept this,


You can see this page, and GitHub repo added to your organization.

It can be useful to programming group, study group.
I think GitHub Classroom is Good service for group.


GitHub and Udacity, GitHub Student Developer Pack


http://blog.udacity.com/2016/03/github-and-udacity-together-again.html

go to this page
https://education.github.com/pack/offers

and this will show.




Sign up to UDACITY.
And you can enroll to Nanodegree.



good program for student!

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...