豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content
View danieleremin's full-sized avatar

Highlights

  • Pro

Organizations

@Project-NexTech

Block or report danieleremin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danieleremin/README.md

Hi there 👋

Pinned Loading

  1. How to open a new window in front of... How to open a new window in front of the current one using JavaScript. Values can be changed for desirable result.
    1
    function NewWindow() {
    2
     window.open('page.html','about:blank','resizable=yes,scrollbars=yes,status=0,width=600,height=620');
    3
    }
    4
    // Call the function when a button is clicked.
    5
    
                  
  2. Project-NexTech/Project-NexTech-discord-bot Project-NexTech/Project-NexTech-discord-bot Public

    Nexus, the Project NexTech Discord bot

    JavaScript

  3. Project-NexTech/ProjectNexTech.org-new Project-NexTech/ProjectNexTech.org-new Public

    The new Project NexTech website, written in Next.js

    TypeScript