Skip to content

Instantly share code, notes, and snippets.

View abhardwaj4's full-sized avatar

Abhishek Bhardwaj abhardwaj4

View GitHub Profile
@knennigtri
knennigtri / jcr-locations.md
Last active May 8, 2023 09:15
Useful JCR Locations for AEM Templates and components

things I don't know

I took this list from What CS majors should know.

I think it is fun to list things I don't know so I did it =D. I actually found it to be a cool exercise -- maybe I should do a fun graphics project and learn about Open GL!

i wrote this because, while i think the things on this list are potentially worth knowing, and I actually think it's an awesome list of project ideas as well as good food for thought for people developing CS curricula (many of the things I don't know are great exercises!) -- I thought it was really weird to say that every CS student should know all of them. I have a CS degree and I learned very few of the things I do know inside my degree.

I classify "do know" as anything that I have a reasonable grasp of or at least some basic experience with -- the kind of experience I'd expect a CS student to be able to get. If I say I don't know something, it means either I know pretty much nothing about it (for "gr

@ryanlfoster
ryanlfoster / treeactivate.js
Last active July 25, 2017 20:33 — forked from jkan997/treeactivate.js
AEM - Replicate Resource and entire child tree
var workflowData = workItem.getWorkflowData();
var jcrSession = workflowSession.getSession();
// Resource resolver
var resourceResolverFactory = sling.getService(Packages.org.apache.sling.api.resource.ResourceResolverFactory);
var authInfo = new Packages.java.util.HashMap();
authInfo.put("user.jcr.session", jcrSession);
var resourceResolver = resourceResolverFactory.getResourceResolver(authInfo);
@zenorocha
zenorocha / README.md
Last active May 28, 2024 08:23
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage