Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #4K
~2K People Reached
About Me

Sometimes, I play Japanese mahjong. Sometimes Batman made me laugh.

Interests
Naruto, Bleach, Tv, Video Games, Manga, ANIME, Comics, Cartoons, Pool, THE Internet, and anything that…
Favorite Tags
Member Avatar for davy_yg

Hello, I am trying to follow the following tutorials: https://www.w3schools.com/angular/angular_tables.asp <div ng-app="myApp" ng-controller="customersCtrl"> <table> <tr ng-repeat="x in names"> <td>{{ x.Name }}</td> <td>{{ x.Country }}</td> </tr> </table> </div> <script> var app = angular.module('myApp', []); app.controller('customersCtrl', function($scope, $http) { $http.get("customers.php") .then(function (response) {$scope.names = response.data.records;}); }); </script> It produces a customer table. …

Member Avatar for jstfsklh211
0
286
Member Avatar for DocTech25

I used some CSS code which worked internally on my website. When I went to convert the code to an external .css file but ran into some issues. I can use the internal version, but the external is more efficient and less restrictive. Here is the code for the internal …

Member Avatar for almostbob
0
246
Member Avatar for coolsasuke

Hello everyone, i am new in android programming - or perhaps, in android studio. I've once used ADB to input tap / open app's xml files with root access but it is a hassle as i have to keep on connecting my mobile phone to my pc. So now i've …

Member Avatar for s3xandch0c0late
0
218
Member Avatar for jemdev03

Hi everyone. Just call me Jem. I'm a college student studying about computer programming. Right now, I am focusing with web development and wanted to be a web developer someday. I know PHP, HTML5, CSS3, some JavaScript, Java, C, C++, VB .NET and SQL. Aside from my passion in coding, …

Member Avatar for danielmav
0
322
Member Avatar for jemdev03

The title explain itself :) Here goes mine: - Playing video games - Walking my dog - Watch some movies (craving for Horror genre) - Browse the web - Meet and chat with new people online

Member Avatar for advent_geek
0
396
Member Avatar for dasunile

Hi Guys, I cant find the Folder options button under the tools tab on my comp. Its shows me some map drive, sync drive etc. None of the usual options are showing. In one of the previous threads. this is what was suggested. "[U]man this problem was getting on me …

Member Avatar for thami123
0
344
Member Avatar for Kimmelivim

I have an assignment where I need to input a certain value, and the computer will then run through an 'txt' file to see if the value is in there, otherwise it will ask you if you want to create a new value or make a new input. [code] ifstream …

Member Avatar for Kimmelivim
0
158