I have a somewhat silly question (I think), I have to do a filter for client and I need to do it urgently, so I gave a "fast" solution to my problem, I created a controler that does client search but now with a filter, and returns to a page simi...
I'm developing a Web-app! In the case, a chat, however, a chat with new and legal functions!
I'm doing just for learning and fun!
In the app, I'm using Firebase, to create Logins, Notifications etc!
My question is: I am not able to di...
I have the following link to access:
https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=5&q=brksedu&key={YOUR_API_KEY}
When accessed directly it returns an array like this:
{
"kind": "youtube#searchL...
I'm using an interpreter that returns an AST that I do not know how I'm going to read.
{
clauses: [
{
body: [/* ...*/],
condition: {/* ...*/},
type: "IfClause"
}
],
type: "IfSta...
Hello!
I've been looking for a while and I find several things, but for what I specifically want, no.
In my Tumblr blog, I want a border around the posts with approximately 5px, whose color changes based on the scroll position. I want it to be f...
Let's say I create a a in javascript:
var a = new Promise(function(success, error){ { sucess("Sucesso!"); })
My variable a gets the following properties:
Promise {[[PromiseStatus]]: "resolved", [[PromiseValue]]: "Sucesso!"}
But no...
I have a list of teachers, within each teacher, I have a sublist of subjects. I need to create something like a "weekly calendar" for every time I select a teacher, I show his subjects in the weekly calendar (for me to know the day / duration of...