블로그 이미지
Flying Mr.Cheon youGom

Recent Comment»

Recent Post»

Recent Trackback»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

 

'커리어 관리/프로젝트 흔적'에 해당되는 글 4

  1. 2023.05.11 note, pycurl install error
  2. 2013.05.29 [ 메모 ] 채팅 프로그램
  3. 2013.05.03 Rullet
  4. 2013.03.26 RF.plan
 

note, pycurl install error

커리어 관리/프로젝트 흔적 | 2023. 5. 11. 23:16 | Posted by youGom

pycurl install error in python3.6

sudo apt-get install libpython3.6-dev
sudo apt install python-pycurl
sudo apt install libcurl4-gnutls-dev
sudo apt-get install python3.6-dev
sudo apt-get install libssl-dev libcurl4-openssl-dev

export PYCURL_SSL_LIBRARY=openssl
pip install --compile --install-option="--with-openssl" --no-cache-dir pycurl

 

import error - pycurl
error : ImportError: pycurl: libcurl link-time ssl backend (gnutls) is different from compile-time ssl backend (openssl)
reason: not installed openssl; libcurl4-openssl-dev

pip uninstall pycurl
sudo apt-get install libcurl4-openssl-dev
pip install --compile --install-option="--with-openssl" pycurl

 

'커리어 관리 > 프로젝트 흔적' 카테고리의 다른 글

[ 메모 ] 채팅 프로그램  (0) 2013.05.29
Rullet  (0) 2013.05.03
RF.plan  (0) 2013.03.26
:

 

재미로 만들어 볼 채팅플?

 

NodeJS활용해서 만들면 좋을듯..

 

[ 실행 시나리오 ]

1. 앱을 켠다.

2. 사람을 고른다.

3. 채팅을 한다.

4. 다른 사람을 고른다.

5. 채팅을 반복한다.

 

[ 상대 선택 시나리오 ]

1. 본인 및 원하는 상대의 세부 정보를 입력 받는다. ( 식별가능한 개인정보가 아니다. )

2. 매칭 알고리즘을 돌린다.

 - 성별, 사는 곳, 나이, 취미, 좋아하는 것, ... 등

3. 일정한 점수를 기준으로 정렬 시킨 뒤 출력한다.

4. 매칭된 상대끼리 대화할 수 있도록 한다.

5. 매칭을 위한 정보만 서버에 남길 뿐, 채팅 내용의 정보는 남기지 않는다.

 

[ 구현에 필요한 도구 ]

- 안드로이드 단말 및 SDK

- Server

- NodeJS

- MongDB, MySQL

- Socket

 

[ 구현 시나리오 ]

* 헬로우 월드

 - 안드로이드 헬로우월드

 - Server 구동 확인

 - 노드 헬로우월드

 - DB in/out 확인

 - 단말 끼리 소켓 연결 및 in/out 확인

* 각 구성 테스트하기

 - 사용자 인증 API 테스트

 - 사용자 리스트 받기 API 테스트 ( 여러가지 있겠지 : 나이, 성별, 지역, ... )

 - 사용자 매칭 리스트 받기 API 테스트 ( 추천 매칭 알고리즘 )

 - 사용자 정보 확인할 수 있는 여부 인증 API 테스트 ( 내가 타인 정보 봐도 되는 상황인지 확인하는 것 )

 - 사용자 정보에 따른 휴대폰 식별 정보 및 IP 요청 API 테스트 ( 둘이 채팅해야할 거 아님? )

 - 연결된 단말끼리 궁시렁 소켓 테스트

 - 첨부 파일 전송 소켓 테스트 ( 사진이나 미디어 기타 파일 전송할듯.. )

 - 사용 Log 테스트

 

 

대충... 이정도 하면 그럴싸한거 나오겠지?

GUI는.. I don't know~ -0-ㅋ

 

 

'커리어 관리 > 프로젝트 흔적' 카테고리의 다른 글

note, pycurl install error  (0) 2023.05.11
Rullet  (0) 2013.05.03
RF.plan  (0) 2013.03.26
:

Rullet

커리어 관리/프로젝트 흔적 | 2013. 5. 3. 17:59 | Posted by youGom


  • Platform
    • node js
    • html5 - canvas
  • Dev
    • node - html5
    • data : mySQL
  • Other part
    • Rullet image


'커리어 관리 > 프로젝트 흔적' 카테고리의 다른 글

note, pycurl install error  (0) 2023.05.11
[ 메모 ] 채팅 프로그램  (0) 2013.05.29
RF.plan  (0) 2013.03.26
:

RF.plan

커리어 관리/프로젝트 흔적 | 2013. 3. 26. 13:56 | Posted by youGom


RQ:

FGI( Focus Group Interview ) : Should be I interviewing Service Provider and User about the RF.

Cross sectional analysis : sample-analysis one time for standard.

Time series analysis : The iteration to determine analysis at a distance of time.


www.RF.com : 

    • index; home
      • introduce
      • purpose
      • benefit
    • Access mode
      • guide
      • owne, manager, employee
      • customer, guest
    • developer
      • API
      • Tutorial
      • Reference
    • Services
      • contact
      • Faq
      • QnA
      • codes
      • develop


web.RF.com / mobile.RF.com

    • database is based on RF_SQL_DB( common ).
    • Service Provider
      • Identify 
        • Sign in : PIN, Business number
        • Employee : PIN, Mobile-sms
    • User
      • Identify 
        • Sign in : PINm, Mobile-sms
        • Guest : Mobile-sms


api.RF.com

    • query scheme : https://api.RF.com/:role/:crud/:cmd/:data
      • role; owner, manager, employee, customer, guest, ...
      • curd; create, read, update, delete and so on special query.
      • cmd; command query.
      • data; IO binary or text data


'커리어 관리 > 프로젝트 흔적' 카테고리의 다른 글

note, pycurl install error  (0) 2023.05.11
[ 메모 ] 채팅 프로그램  (0) 2013.05.29
Rullet  (0) 2013.05.03
: