A list of puns related to "Code.org"
https://studio.code.org/projects/applab/3xa3Xw42hLV-pKzfNV_fpFyNOLSCIGGWjEONY0hgFBU?qr=true
Here it is! I would love any criticism
The website claims to be open source, because it has to be as itโs using Ruqqusโ source code. However they try to hide all references to this and even fail to stay under the source codeโs LGPL 2.1 license which states the source code must remain open.
They even forgot to change โRuqqusโ under the Granted Titles section:
https://archive.is/iGch9
Want to use this for a CS club
Dm if you need help - I know great writers ID, and how to get more bonuses and extras
Hey All,
Moved roles and now work at a company where I feel like every admin they have has a coding background. Every time they want to do anything they look at VFpages and triggers, I created a simple flow to take over one of the solutions they had on the page which was a button that would submit a case to another department. To me this is a simple flow with 1 screen and an update node, to the rest, it was the "complicated solution".
I feel like as I can't code (not much) I may be getting a look down from the rest of the team. I have a strong belief that if you can do something with clicks and no code then go with the no-code approach, of course there will be times where this is not going to be possible and I will need to take into account how to whole org works.
Have other admins worked in a similar role to this? How did you go around stamping your authority or stuff like this?
Edit: Thanks for all the replies! I will be here putting in good work and see where I go from there in the next couple of months. I feel like I am in a good position where I can learn a lot. I will be a lot more vocal in the coming month or two if I feel the same.
https://preview.redd.it/curqfbnnl8v71.png?width=917&format=png&auto=webp&s=309f5a1c37b5b035f38eb6c93b81798859e11a34
Some time ago I could evaluate code blocks using #+begin_src sclang .... #+end_src in my org file. But not anymore. Highlight syntax is okay inside the block but when I execute with C - c C - c
I get this: "No org babel execute function for sclang". Sclang seems to be supported by Babel and Org (https://orgmode.org/worg/org-contrib/babel/languages/index.html) but since it was working there is no doubt sclang is supported anyways. I am also ensuring that a working installation of sclang is functional and on when executing the block.
I am also setting it to (require 'sclang)
before anything, so cannot think anything else. Executable of the lang is declared as well and functioning okay!
All in all, the language is working in its mode so there is nothing else that points a reason to investigate and also when trying other languages in such as js it works okay with results appearing as expected outside the source block.
#+begin_src js
console.log("hello")
#+end_src
#+RESULTS:
: hello
: undefined
I have activated sclang using this below:
(org-babel-do-load-languages
'org-babel-load-languages
'((sclang . t)))
As it can be deleted soon...
/ipfs/bafybeihem2n4zthkvyhs7stqpu6b2dpgmctou27pz57ozjo3sqomxhs6zi
So the title says it. Basically, I have a buffer full of babel code blocks that I don't want to run when I first load the buffer in Emacs. I see org-babel-execute-buffer
, but how do you make sure it's off? I think the default behavior is already not auto-evaluating the blocks, isn't it, so I don't need to worry. So yes, how do you definitively control the org-babel-execute-buffer
behavior on or off? It seems though, that an export to HTML etc. does try to run evaluate all blocks. How can that be turned off?
Yes yes i know, this probably seems very childish to you but i really need help with this and so i came here.
https://studio.code.org/projects/applab/X1D4z1GfNS8-EYJDtOVCnzXR5a_Ql9HLL1wVh-jxRXs
Basically when i choose the stuff from the dropdowns it says undefined in the output box and i need it to say the phrases that i have typed out in the code.
Also please no dumb answers. Just get straight to the point and tell me how to fix it.
Thanks
Hello!
I work at a private school and their Computer Science department hasn't been updated in years (like 10-15 years).
They kind of told me last minute that I would be taking over the 11 & 12th Grade computer classes (Computer II) super last minute so I did not have much time to prepare. I found Code.org and started using their CS Discoveries for the 11th graders and the CS Principals for the 12th Graders. The Discoveries is course is meant for 6th - 10th graders which I didn't think was a big deal. But as we get further into the Unit I'm afraid the students will lose interest as some of the activities definitely feel like they're targeted toward younger students. I could be wrong, but does anyone have experience with Code.org that wouldn't mind running through a few ideas with me?
Thanks!
Hi All!
I believe for many here who have their lives (or at least some parts of it) organized around Emacs there inevitable (at some point) comes up a question of some sort of "personal cloud".
Having _a_lot_ of text/org files and projects (and with Emacs _everything_ tends to be described as a project of some kind) brings up two important questions:
From not very deep research - most Linux tools are either oriented to backup (one machine <-> cloud) or syncing between machines, but not really both...
Using Dropbox/Google Drive/GitHub (after takeover by MS) or some other corporate-controlled cloud looks concerning to me. Not that I don't do it myself - but I'm trying slowly to get myself away from naively sharing my info (especially sensitive) with 3-rd parties... The clouds like AWS I guess could be alright but with adding of some strong encryption.
And this is how the next question comes up:
And overall:
Hey Everyone! This month, at the request of the community I've created an architecture video that goes over why I believe (after 6.5 years and 47 Salesforce implementations) code, not clicks, are best for the long term growth of your Salesforce Org.
A long time ago now, I was a huge fan of the low code tools (flows, process builders and workflows), when I first started on the platform I thought they were amazing things, but as my experiences started to increase and I started working in larger and larger orgs I realized how detrimental they can become over time. I also started to realize how much more time (despite being proficient in low code tools) it took me to refactor a broken flow, etc as opposed to broken or horribly written code.
In this, opinion based architecture video, we go over the following:
Link to video: Why Code, Not Clicks, is best for the Growth of your Salesforce Org
Please remember while watching this video, that while I (at this time) strongly believe this to be the best course of action, this is an opinion based architecture video that was shaped by my experiences during my time in the Salesforce Eco-System. Your experiences have definitely been different and your current situation is certainly different. Please make sure to assess your particular situation before taking any of the suggestions in this video and implementing them. That said, I hope you enjoy the video and it's helpful to someone out there.
Hello, I'm a cs frosh and I'm currently looking for orgs that really focus on code like competitive programming or maybe kaggling. A lot of the orgs I've looked at like DSC/LSCS seem to thread on organizing code-related events/ socializing instead of coding.
We have a competitive programming club in DLSU SHS but I've been told that college doesn't have one???
help, I wish to advance my programming career, I'm bored from just doing online courses on the side
Yes yes i know, this probably seems very childish to you but i really need help with this and so i came here.
https://studio.code.org/projects/applab/X1D4z1GfNS8-EYJDtOVCnzXR5a_Ql9HLL1wVh-jxRXs
Basically when i choose the stuff from the dropdowns it says undefined in the output box and i need it to say the phrases that i have typed out in the code.
Also please no dumb answers. Just get straight to the point and tell me how to fix it.
Thanks
Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.