Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

My problema ka ba sa project or thesis? Tingnan ko, baka sakali ma ayus ko.

Status
Not open for further replies.
OT lang. Grabe! nalula ako sa mga alam mo na skills TS. HAHAHA. sana matulungan moko balang araw :D
 
Hello po TS. ask ko lang po kung may idea kayo sa face recognition system. Bale kailangan mamonitor ng system kung umulit na ba ung employee sa sa pag apply, at kung umulit dpt madetect na kinuha nga sya for extention of contract.
Tapos kung pwede maiconnect yung evaluation performance system dun?
 
Hello po TS. ask ko lang po kung may idea kayo sa face recognition system. Bale kailangan mamonitor ng system kung umulit na ba ung employee sa sa pag apply, at kung umulit dpt madetect na kinuha nga sya for extention of contract.
Tapos kung pwede maiconnect yung evaluation performance system dun?

Hi, sorry for late reply. Ang tanong mo po ay malayo sa face recognition. Nag tatanung ka po about sa flow ng system na gagawin/ ginagawa mo. Yes, pwede maiconnect yun sa evaluation performance. Depende sa system structure and database structure mo. Ang face recognition, pwede mo gamition sa lahat ng aspeto, basta need mo ng authentication. You need good type of camera, atleast 30 + fps. and if madamihan ang record ng image or let say 100k+ record of information. Let say each record meron sya 10x image registered sa system database. Mahihirapan ang system mo mag catch up ng data authentication, base sa algo mo. need mo mag adjust sa processor usage. Make sure no memory leak ang system mo.
 
pagawa po ako nito ts. java program. matutulungan nyo po ako na Malaki TS maraming salamat po..:pray: View attachment 259348 :pray:
 

Attachments

  • Program design.png
    Program design.png
    24 KB · Views: 17
TS, patulong :(

Project ng group namin sa Networking ay local network centralized grading system using only MsExcel and some networking stuff. Hindi kelangan na gawin talaga and system. Kelangan lang namin ma-iimplement at maedemonstrate yong concept ng secured pulling or pushing of data realtime on a smaller scale. Kelangan din magaan lang ang resources.

Eto ang napagkasunduan ng aming gropu:

1. isang excel file lang with multiple sheets sa computer 1 at e-share ito sa 3 users (professors).
2. Each user can only view his/her assigned sheet. (dito kami nahihirapan)


Baka may mas maganda kang idea TS, share naman.
 
TS, patulong :(

Project ng group namin sa Networking ay local network centralized grading system using only MsExcel and some networking stuff. Hindi kelangan na gawin talaga and system. Kelangan lang namin ma-iimplement at maedemonstrate yong concept ng secured pulling or pushing of data realtime on a smaller scale. Kelangan din magaan lang ang resources.

Eto ang napagkasunduan ng aming gropu:

1. isang excel file lang with multiple sheets sa computer 1 at e-share ito sa 3 users (professors).
2. Each user can only view his/her assigned sheet. (dito kami nahihirapan)


Baka may mas maganda kang idea TS, share naman.

1. MS excel can be corrupted anytime . (virus, miss handling macro scripts, electric power failure, unresponsive statements etc)
2. MS excel required 1 session only. Meaning if file already opened in some process, the file will be read only.
3. MS excel in shared network, local or private network is not secured. You need to provide write access in shared folder. Meaning, pwede ma delete anytime. Also no logs.
 
good pm ts na inspire lang po ako sa mga thread mo at mga reply mo na napaka informative. gusto sana akong gumawa ng database system sa church namin na doon makalagay lahat info ng lahat ng members. parang search button lang tapos ma retrieve mo ang info nila.at pwede rin mag add. baka may ma essugest ka na language for offline use lang po. at sa gui niya po na mas simple lang gawin.salamat po ts Godbless
 
good pm ts na inspire lang po ako sa mga thread mo at mga reply mo na napaka informative. gusto sana akong gumawa ng database system sa church namin na doon makalagay lahat info ng lahat ng members. parang search button lang tapos ma retrieve mo ang info nila.at pwede rin mag add. baka may ma essugest ka na language for offline use lang po. at sa gui niya po na mas simple lang gawin.salamat po ts Godbless

If offline use only, wala network interaction. Siguro maganda jan ay vb.net or c# and service base sql database. Wag ka po gumamit ng ms access database.
 
Sir ask ko lang po about sa c#

Posible po ba sa textbox na every keypress ay tatanggap lamang ng numbers from 1-5 at kapag pinress ang numbers from 6-9 ay di ito mag oouput or ma-ttype

Palagay naman po ng example code kung meron kayo. Salamat po!
 
TS, patulong :(

Project ng group namin sa Networking ay local network centralized grading system using only MsExcel and some networking stuff. Hindi kelangan na gawin talaga and system. Kelangan lang namin ma-iimplement at maedemonstrate yong concept ng secured pulling or pushing of data realtime on a smaller scale. Kelangan din magaan lang ang resources.

Eto ang napagkasunduan ng aming gropu:

1. isang excel file lang with multiple sheets sa computer 1 at e-share ito sa 3 users (professors).
2. Each user can only view his/her assigned sheet. (dito kami nahihirapan)


Baka may mas maganda kang idea TS, share naman.

You want to collaboratively edit an existing Excel file, and you want it in real-time?

You can try to create a RealTimeData server as a separate component. This server will be an abstraction of excel operations, functions, and types. It will also act as the synchronization manager between excel users and the master Excel file. From this server, a new excel file is created. All queries between the master file and server are done using the worksheet function RTD.

The client(s) with excel applications will then connect to this server, passing information using third-party API such as OpenXML or Excel-DNA. Note that Excel-DNA can also be used to communicate between the server and the master excel file.
 
If offline use only, wala network interaction. Siguro maganda jan ay vb.net or c# and service base sql database. Wag ka po gumamit ng ms access database.
sorry late reply ts. Maraming salamat sa mga sagot po. mayroon ka bang link para sa vb.net at c# and sql database na pwede ko ma download ts?.I'm start from the scratch po.Salamat in advance.Godbless
 
sir baka may copy ka nang library system jan ung simple lng na gawa sa java... bka pwde makahinge hehe for basis lng
 
sorry late reply ts. Maraming salamat sa mga sagot po. mayroon ka bang link para sa vb.net at c# and sql database na pwede ko ma download ts?.I'm start from the scratch po.Salamat in advance.Godbless

Meron dito mga nag popost ng mga simple program na gawa nila, search ka lang. Try mo sa pinned posts.

- - - Updated - - -

sir baka may copy ka nang library system jan ung simple lng na gawa sa java... bka pwde makahinge hehe for basis lng

Wala ako copy ng mga gawa ko dati na mga simple, ngayon kasi mga robust coding and OOP nga mga gawa ko, hindi mo din yun ma iintindihan.

Payo ko lang, mas ma matutunan mo ang pag gawa ng program kung babasahin mo ang documentation ng programming language na gusto mo gamitin.
 
<!DOCTYPE html>
<html>
<head>

</head>
<body>

<?php

//##########################################################################
// ITEXMO SEND SMS API - CURL-LESS METHOD
// Visit www.itexmo.com/developers.php for more info about this API
//##########################################################################
function itexmo($number,$message,$apicode){
$url = 'https://itexmo.com/php_api/api.php';
$itexmo = array('1' => $number, '2' => $message, '3' => $apicode);
$param = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($itexmo),
),
);
$context = stream_context_create($param);
return file_get_contents($url, false, $context);}

function itexmo_bal($apicode){
$url = 'https://www.itexmo.com/php_api/api.php';
$itexmo = array('4' => $apicode);
$param = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($itexmo),
),
);
$context = stream_context_create($param);
return file_get_contents($url, false, $context);}
//##########################################################################


$result = itexmo("09363172451","Test Message","09363172451_KHHDD");
if ($result == ""){
echo "iTexMo: No response from server!!! <br>
Please check the METHOD used (CURL or CURL-LESS). If you are using CURL then try CURL-LESS and vice versa.
Please <a href=\"https://www.itexmo.com/contactus.php\">CONTACT US</a> for help. ";
}else if ($result == 0){
echo "Message Sent!";
}
else{
echo "Error Num ". $result . " was encountered!";
}

?>
</body>
</html>




sir pede paayos ung code kung san ung mali
localhost lang po gamit ko pero may net po ako
ayaw po nia mag work
error po lagi


Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\AdrianoOptical\admin\sms.php on line 25

Warning: file_get_contents(https://itexmo.com/php_api/api.php): failed to open stream: Invalid argument in C:\xampp\htdocs\AdrianoOptical\admin\sms.php on line 25
iTexMo: No response from server!!!
Please check the METHOD used (CURL or CURL-LESS). If you are using CURL then try CURL-LESS and vice versa. Please CONTACT US for help.

yan po ung error
salamat po
 
<!DOCTYPE html>
<html>
<head>

</head>
<body>

<?php

//##########################################################################
// ITEXMO SEND SMS API - CURL-LESS METHOD
// Visit www.itexmo.com/developers.php for more info about this API
//##########################################################################
function itexmo($number,$message,$apicode){
$url = 'https://itexmo.com/php_api/api.php';
$itexmo = array('1' => $number, '2' => $message, '3' => $apicode);
$param = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($itexmo),
),
);
$context = stream_context_create($param);
return file_get_contents($url, false, $context);}

function itexmo_bal($apicode){
$url = 'https://www.itexmo.com/php_api/api.php';
$itexmo = array('4' => $apicode);
$param = array(
'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($itexmo),
),
);
$context = stream_context_create($param);
return file_get_contents($url, false, $context);}
//##########################################################################


$result = itexmo("09363172451","Test Message","09363172451_KHHDD");
if ($result == ""){
echo "iTexMo: No response from server!!! <br>
Please check the METHOD used (CURL or CURL-LESS). If you are using CURL then try CURL-LESS and vice versa.
Please <a href=\"https://www.itexmo.com/contactus.php\">CONTACT US</a> for help. ";
}else if ($result == 0){
echo "Message Sent!";
}
else{
echo "Error Num ". $result . " was encountered!";
}

?>
</body>
</html>




sir pede paayos ung code kung san ung mali
localhost lang po gamit ko pero may net po ako
ayaw po nia mag work
error po lagi


Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\AdrianoOptical\admin\sms.php on line 25

Warning: file_get_contents(https://itexmo.com/php_api/api.php): failed to open stream: Invalid argument in C:\xampp\htdocs\AdrianoOptical\admin\sms.php on line 25
iTexMo: No response from server!!!
Please check the METHOD used (CURL or CURL-LESS). If you are using CURL then try CURL-LESS and vice versa. Please CONTACT US for help.

yan po ung error
salamat po

Malinaw naman po ang error ng code mo... Maybe offline ang development mo. Online dapat yan.
 
Either
* hindi naka-enable/on ang url fopen wrapper sa php configuration mo ( allow_url_fopen ) . Yung file_get_contents madalas sa local file lang siya ginagamit pero kung naka on yung fopen wrapper para sa url, kaya niyang i-open ang isang web page as file na parang viniew mo siya using browser. So try mong i-edit ang php.ini mo para ma-enable:

Code:
allow_url_fopen = On

* hindi naka-enable yung open ssl extension sa php configuration mo (extension=php_openssl.dll). Siguraduhing mong meron line na ganito at hindi naka-comment out meaning walang semi-colon (;) sa unahan ng line.

Code:
extension=php_openssl.dll

...
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\AdrianoOptical\admin\sms.php on line 25

Warning: file_get_contents(https://itexmo.com/php_api/api.php): failed to open stream: Invalid argument in C:\xampp\htdocs\AdrianoOptical\admin\sms.php on line 25
iTexMo: No response from server!!!
Please check the METHOD used (CURL or CURL-LESS). If you are using CURL then try CURL-LESS and vice versa. Please CONTACT US for help.

yan po ung error
salamat po
 
Status
Not open for further replies.
Back
Top Bottom